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

Interface Raft_RaftMessageClient

bitmap/pb.pb.go:5521–5525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5519}
5520
5521type Raft_RaftMessageClient interface {
5522 Send(*RaftBatch) error
5523 CloseAndRecv() (*api.Payload, error)
5524 grpc.ClientStream
5525}
5526
5527type raftRaftMessageClient struct {
5528 grpc.ClientStream

Callers

nothing calls this directly

Implementers 2

raftRaftMessageClientbitmap/pb.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected