MCPcopy Create free account
hub / github.com/BWbwchen/MapReduce / masterClient

Struct masterClient

rpc/master_grpc.pb.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type masterClient struct {
27 cc grpc.ClientConnInterface
28}
29
30func NewMasterClient(cc grpc.ClientConnInterface) MasterClient {
31 return &masterClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected