(ctx context.Context, in *BackupRequest, opts ...grpc.CallOption)
| 6213 | } |
| 6214 | |
| 6215 | func (c *workerClient) Backup(ctx context.Context, in *BackupRequest, opts ...grpc.CallOption) (*BackupResponse, error) { |
| 6216 | out := new(BackupResponse) |
| 6217 | err := c.cc.Invoke(ctx, "/pb.Worker/Backup", in, out, opts...) |
| 6218 | if err != nil { |
| 6219 | return nil, err |
| 6220 | } |
| 6221 | return out, nil |
| 6222 | } |
| 6223 | |
| 6224 | func (c *workerClient) Restore(ctx context.Context, in *RestoreRequest, opts ...grpc.CallOption) (*Status, error) { |
| 6225 | out := new(Status) |
nothing calls this directly
no outgoing calls
no test coverage detected