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

Method JoinCluster

protos/pb/pb_grpc.pb.go:162–164  ·  view source on GitHub ↗
(context.Context, *RaftContext)

Source from the content-addressed store, hash-verified

160 return status.Errorf(codes.Unimplemented, "method RaftMessage not implemented")
161}
162func (UnimplementedRaftServer) JoinCluster(context.Context, *RaftContext) (*api.Payload, error) {
163 return nil, status.Errorf(codes.Unimplemented, "method JoinCluster not implemented")
164}
165func (UnimplementedRaftServer) IsPeer(context.Context, *RaftContext) (*PeerResponse, error) {
166 return nil, status.Errorf(codes.Unimplemented, "method IsPeer not implemented")
167}

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.45

Tested by

no test coverage detected