1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00
go-micro/client
Tobias Wellnitz b11a2f17e9
make rpcClient compatible with 32bit arm systems (#2156)
On ARM, 386, and 32-bit MIPS, it is the caller's responsibility to
arrange for 64-bit alignment of 64-bit words accessed
atomically. Only the first word in an allocated struct can
be relied upon to be 64-bit aligned.
2021-04-25 06:54:00 +01:00
..
backoff_test.go format results in TestBacloff 2020-01-30 20:08:03 +03:00
backoff.go v3 (#2104) 2021-01-20 13:54:31 +00:00
cache_test.go v3 (#2104) 2021-01-20 13:54:31 +00:00
cache.go v3 (#2104) 2021-01-20 13:54:31 +00:00
client.go v3 (#2104) 2021-01-20 13:54:31 +00:00
common_test.go v3 (#2104) 2021-01-20 13:54:31 +00:00
context.go switch to stdlib context 2018-03-03 11:53:52 +00:00
options_test.go v3 (#2104) 2021-01-20 13:54:31 +00:00
options.go v3 (#2104) 2021-01-20 13:54:31 +00:00
retry.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_client_test.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_client.go make rpcClient compatible with 32bit arm systems (#2156) 2021-04-25 06:54:00 +01:00
rpc_codec.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_message.go add message options 2018-05-10 17:33:54 +01:00
rpc_request_test.go rename method to endpoint 2019-01-10 21:25:31 +00:00
rpc_request.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_response.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_stream.go v3 (#2104) 2021-01-20 13:54:31 +00:00
wrapper.go v3 (#2104) 2021-01-20 13:54:31 +00:00