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

Struct raftClient

bitmap/pb.pb.go:5472–5474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5470}
5471
5472type raftClient struct {
5473 cc *grpc.ClientConn
5474}
5475
5476func NewRaftClient(cc *grpc.ClientConn) RaftClient {
5477 return &raftClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected