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

Struct workerClient

bitmap/pb.pb.go:6140–6142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6138}
6139
6140type workerClient struct {
6141 cc *grpc.ClientConn
6142}
6143
6144func NewWorkerClient(cc *grpc.ClientConn) WorkerClient {
6145 return &workerClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected