(ctx context.Context, in *MapInfo, opts ...grpc.CallOption)
| 19 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream. |
| 20 | type WorkerClient interface { |
| 21 | Map(ctx context.Context, in *MapInfo, opts ...grpc.CallOption) (*Result, error) |
| 22 | Reduce(ctx context.Context, in *ReduceInfo, opts ...grpc.CallOption) (*Result, error) |
| 23 | // IMD = InterMeDiate |
| 24 | GetIMDData(ctx context.Context, in *IMDLoc, opts ...grpc.CallOption) (*JSONKVs, error) |
no outgoing calls
no test coverage detected