CopyFromContainer mocks base method.
(arg0 context.Context, arg1 string, arg2 client.CopyFromContainerOptions)
| 566 | |
| 567 | // CopyFromContainer mocks base method. |
| 568 | func (m *MockAPIClient) CopyFromContainer(arg0 context.Context, arg1 string, arg2 client.CopyFromContainerOptions) (client.CopyFromContainerResult, error) { |
| 569 | m.ctrl.T.Helper() |
| 570 | ret := m.ctrl.Call(m, "CopyFromContainer", arg0, arg1, arg2) |
| 571 | ret0, _ := ret[0].(client.CopyFromContainerResult) |
| 572 | ret1, _ := ret[1].(error) |
| 573 | return ret0, ret1 |
| 574 | } |
| 575 | |
| 576 | // CopyFromContainer indicates an expected call of CopyFromContainer. |
| 577 | func (mr *MockAPIClientMockRecorder) CopyFromContainer(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected