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

Function NewWorkerClient

rpc/worker_grpc.pb.go:34–36  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

32}
33
34func NewWorkerClient(cc grpc.ClientConnInterface) WorkerClient {
35 return &workerClient{cc}
36}
37
38func (c *workerClient) Map(ctx context.Context, in *MapInfo, opts ...grpc.CallOption) (*Result, error) {
39 out := new(Result)

Callers 5

GetIMDDataFunction · 0.92
MapFunction · 0.92
ReduceFunction · 0.92
EndFunction · 0.92
HealthFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected