ContainerDiff mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ContainerDiffOptions)
| 267 | |
| 268 | // ContainerDiff mocks base method. |
| 269 | func (m *MockAPIClient) ContainerDiff(arg0 context.Context, arg1 string, arg2 client.ContainerDiffOptions) (client.ContainerDiffResult, error) { |
| 270 | m.ctrl.T.Helper() |
| 271 | ret := m.ctrl.Call(m, "ContainerDiff", arg0, arg1, arg2) |
| 272 | ret0, _ := ret[0].(client.ContainerDiffResult) |
| 273 | ret1, _ := ret[1].(error) |
| 274 | return ret0, ret1 |
| 275 | } |
| 276 | |
| 277 | // ContainerDiff indicates an expected call of ContainerDiff. |
| 278 | func (mr *MockAPIClientMockRecorder) ContainerDiff(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected