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

Method MovePredicate

protos/pb/pb_grpc.pb.go:919–919  ·  view source on GitHub ↗
(ctx context.Context, in *MovePredicatePayload, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

917 Export(ctx context.Context, in *ExportRequest, opts ...grpc.CallOption) (*ExportResponse, error)
918 ReceivePredicate(ctx context.Context, opts ...grpc.CallOption) (Worker_ReceivePredicateClient, error)
919 MovePredicate(ctx context.Context, in *MovePredicatePayload, opts ...grpc.CallOption) (*api.Payload, error)
920 Subscribe(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (Worker_SubscribeClient, error)
921 UpdateGraphQLSchema(ctx context.Context, in *UpdateGraphQLSchemaRequest, opts ...grpc.CallOption) (*UpdateGraphQLSchemaResponse, error)
922 DeleteNamespace(ctx context.Context, in *DeleteNsRequest, opts ...grpc.CallOption) (*Status, error)

Callers 3

deletePredicatesMethod · 0.95
movePredicateMethod · 0.95

Implementers 3

workerClientprotos/pb/pb_grpc.pb.go
UnimplementedWorkerServerprotos/pb/pb_grpc.pb.go
grpcWorkerworker/worker.go

Calls

no outgoing calls

Tested by

no test coverage detected