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

Method Backup

bitmap/pb.pb.go:6362–6364  ·  view source on GitHub ↗
(ctx context.Context, req *BackupRequest)

Source from the content-addressed store, hash-verified

6360 return nil, status.Errorf(codes.Unimplemented, "method Schema not implemented")
6361}
6362func (*UnimplementedWorkerServer) Backup(ctx context.Context, req *BackupRequest) (*BackupResponse, error) {
6363 return nil, status.Errorf(codes.Unimplemented, "method Backup not implemented")
6364}
6365func (*UnimplementedWorkerServer) Restore(ctx context.Context, req *RestoreRequest) (*Status, error) {
6366 return nil, status.Errorf(codes.Unimplemented, "method Restore not implemented")
6367}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected