1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-06 08:16:03 +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
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
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
rpc_request_test.go
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