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

Struct UnimplementedRaftServer

bitmap/pb.pb.go:5573–5574  ·  view source on GitHub ↗

UnimplementedRaftServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

5571
5572// UnimplementedRaftServer can be embedded to have forward compatible implementations.
5573type UnimplementedRaftServer struct {
5574}
5575
5576func (*UnimplementedRaftServer) Heartbeat(req *api.Payload, srv Raft_HeartbeatServer) error {
5577 return status.Errorf(codes.Unimplemented, "method Heartbeat not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected