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

Struct raftRaftMessageServer

bitmap/pb.pb.go:5624–5626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5622}
5623
5624type raftRaftMessageServer struct {
5625 grpc.ServerStream
5626}
5627
5628func (x *raftRaftMessageServer) SendAndClose(m *api.Payload) error {
5629 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected