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

Struct UnimplementedWorkerServer

rpc/worker_grpc.pb.go:98–99  ·  view source on GitHub ↗

UnimplementedWorkerServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

96
97// UnimplementedWorkerServer must be embedded to have forward compatible implementations.
98type UnimplementedWorkerServer struct {
99}
100
101func (UnimplementedWorkerServer) Map(context.Context, *MapInfo) (*Result, error) {
102 return nil, status.Errorf(codes.Unimplemented, "method Map not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected