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

Method RaftMessage

protos/pb/pb_grpc.pb.go:159–161  ·  view source on GitHub ↗
(Raft_RaftMessageServer)

Source from the content-addressed store, hash-verified

157 return status.Errorf(codes.Unimplemented, "method Heartbeat not implemented")
158}
159func (UnimplementedRaftServer) RaftMessage(Raft_RaftMessageServer) error {
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}

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.45

Tested by

no test coverage detected