MCPcopy
hub / github.com/micro/go-micro / rpcClient

Struct rpcClient

client/rpc_client.go:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type rpcClient struct {
33 seq uint64
34 opts Options
35 once atomic.Value
36 pool pool.Pool
37 mu sync.RWMutex
38}
39
40func newRPCClient(opt ...Option) Client {
41 opts := NewOptions(opt...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected