Restart mocks base method.
(ctx context.Context, projectName string, options api.RestartOptions)
| 359 | |
| 360 | // Restart mocks base method. |
| 361 | func (m *MockCompose) Restart(ctx context.Context, projectName string, options api.RestartOptions) error { |
| 362 | m.ctrl.T.Helper() |
| 363 | ret := m.ctrl.Call(m, "Restart", ctx, projectName, options) |
| 364 | ret0, _ := ret[0].(error) |
| 365 | return ret0 |
| 366 | } |
| 367 | |
| 368 | // Restart indicates an expected call of Restart. |
| 369 | func (mr *MockComposeMockRecorder) Restart(ctx, projectName, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected