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

Struct raftRaftMessageClient

bitmap/pb.pb.go:5527–5529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5525}
5526
5527type raftRaftMessageClient struct {
5528 grpc.ClientStream
5529}
5530
5531func (x *raftRaftMessageClient) Send(m *RaftBatch) error {
5532 return x.ClientStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected