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

Method UpdateMembership

protos/pb/pb_grpc.pb.go:530–532  ·  view source on GitHub ↗
(context.Context, *Group)

Source from the content-addressed store, hash-verified

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}
533func (UnimplementedZeroServer) StreamMembership(*api.Payload, Zero_StreamMembershipServer) error {
534 return status.Errorf(codes.Unimplemented, "method StreamMembership not implemented")
535}

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.45

Tested by

no test coverage detected