(arg *files.RelocationArg)
| 102 | return m.CopyV2(arg) |
| 103 | } |
| 104 | func (m *mockFilesClient) Copy(arg *files.RelocationArg) (files.IsMetadata, error) { |
| 105 | return nil, nil |
| 106 | } |
| 107 | func (m *mockFilesClient) CopyBatchV2(arg *files.RelocationBatchArgBase) (*files.RelocationBatchV2Launch, error) { |
| 108 | return nil, nil |
| 109 | } |
no outgoing calls
no test coverage detected