MCPcopy Index your code
hub / github.com/dearcode/candy / masterClient

Struct masterClient

meta/master.pb.go:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type masterClient struct {
66 cc *grpc.ClientConn
67}
68
69func NewMasterClient(cc *grpc.ClientConn) MasterClient {
70 return &masterClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected