Remove mocks base method.
(ctx context.Context, projectName string, options api.RemoveOptions)
| 345 | |
| 346 | // Remove mocks base method. |
| 347 | func (m *MockCompose) Remove(ctx context.Context, projectName string, options api.RemoveOptions) error { |
| 348 | m.ctrl.T.Helper() |
| 349 | ret := m.ctrl.Call(m, "Remove", ctx, projectName, options) |
| 350 | ret0, _ := ret[0].(error) |
| 351 | return ret0 |
| 352 | } |
| 353 | |
| 354 | // Remove indicates an expected call of Remove. |
| 355 | func (mr *MockComposeMockRecorder) Remove(ctx, projectName, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected