Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
331
type
zeroClient
struct
{
332
cc grpc.ClientConnInterface
333
}
334
335
func
NewZeroClient(cc grpc.ClientConnInterface) ZeroClient {
336
return
&zeroClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected