MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / UnimplementedWorkerServer

Struct UnimplementedWorkerServer

bitmap/pb.pb.go:6344–6345  ·  view source on GitHub ↗

UnimplementedWorkerServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

6342
6343// UnimplementedWorkerServer can be embedded to have forward compatible implementations.
6344type UnimplementedWorkerServer struct {
6345}
6346
6347func (*UnimplementedWorkerServer) Mutate(ctx context.Context, req *Mutations) (*api.TxnContext, error) {
6348 return nil, status.Errorf(codes.Unimplemented, "method Mutate not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected