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

Struct UnimplementedZeroServer

bitmap/pb.pb.go:5870–5871  ·  view source on GitHub ↗

UnimplementedZeroServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

5868
5869// UnimplementedZeroServer can be embedded to have forward compatible implementations.
5870type UnimplementedZeroServer struct {
5871}
5872
5873func (*UnimplementedZeroServer) Connect(ctx context.Context, req *Member) (*ConnectionState, error) {
5874 return nil, status.Errorf(codes.Unimplemented, "method Connect not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected