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

Function NewWorkerClient

protos/pb/pb_grpc.pb.go:932–934  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

930}
931
932func NewWorkerClient(cc grpc.ClientConnInterface) WorkerClient {
933 return &workerClient{cc}
934}
935
936func (c *workerClient) Mutate(ctx context.Context, in *Mutations, opts ...grpc.CallOption) (*api.TxnContext, error) {
937 out := new(api.TxnContext)

Callers 15

deletePredicatesMethod · 0.92
movePredicateMethod · 0.92
BackupGroupFunction · 0.92
handleExportOverNetworkFunction · 0.92
proposeDeleteOrSendFunction · 0.92
getSchemaOverNetworkFunction · 0.92
proposeRestoreOrSendFunction · 0.92
ProposeDrainFunction · 0.92
InStreamFunction · 0.92
streamInGroupFunction · 0.92
populateSnapshotMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected