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

Struct zeroClient

bitmap/pb.pb.go:5720–5722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5718}
5719
5720type zeroClient struct {
5721 cc *grpc.ClientConn
5722}
5723
5724func NewZeroClient(cc *grpc.ClientConn) ZeroClient {
5725 return &zeroClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected