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

Interface Raft_RaftMessageServer

bitmap/pb.pb.go:5618–5622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5616}
5617
5618type Raft_RaftMessageServer interface {
5619 SendAndClose(*api.Payload) error
5620 Recv() (*RaftBatch, error)
5621 grpc.ServerStream
5622}
5623
5624type raftRaftMessageServer struct {
5625 grpc.ServerStream

Callers

nothing calls this directly

Implementers 2

raftRaftMessageServerbitmap/pb.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected