(ctx context.Context, req *BackupRequest)
| 6360 | return nil, status.Errorf(codes.Unimplemented, "method Schema not implemented") |
| 6361 | } |
| 6362 | func (*UnimplementedWorkerServer) Backup(ctx context.Context, req *BackupRequest) (*BackupResponse, error) { |
| 6363 | return nil, status.Errorf(codes.Unimplemented, "method Backup not implemented") |
| 6364 | } |
| 6365 | func (*UnimplementedWorkerServer) Restore(ctx context.Context, req *RestoreRequest) (*Status, error) { |
| 6366 | return nil, status.Errorf(codes.Unimplemented, "method Restore not implemented") |
| 6367 | } |
nothing calls this directly
no outgoing calls
no test coverage detected