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

Struct workerClient

protos/pb/pb_grpc.pb.go:928–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928type workerClient struct {
929 cc grpc.ClientConnInterface
930}
931
932func NewWorkerClient(cc grpc.ClientConnInterface) WorkerClient {
933 return &workerClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected