MCPcopy
hub / github.com/dgraph-io/dgraph / Connect

Method Connect

protos/pb/pb_grpc.pb.go:527–529  ·  view source on GitHub ↗
(context.Context, *Member)

Source from the content-addressed store, hash-verified

525}
526
527func (UnimplementedZeroServer) Connect(context.Context, *Member) (*ConnectionState, error) {
528 return nil, status.Errorf(codes.Unimplemented, "method Connect not implemented")
529}
530func (UnimplementedZeroServer) UpdateMembership(context.Context, *Group) (*api.Payload, error) {
531 return nil, status.Errorf(codes.Unimplemented, "method UpdateMembership not implemented")
532}

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.45

Tested by

no test coverage detected