MCPcopy
hub / github.com/dgraph-io/dgraph / zeroClient

Struct zeroClient

protos/pb/pb_grpc.pb.go:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331type zeroClient struct {
332 cc grpc.ClientConnInterface
333}
334
335func NewZeroClient(cc grpc.ClientConnInterface) ZeroClient {
336 return &zeroClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected