Down mocks base method.
(ctx context.Context, projectName string, options api.DownOptions)
| 113 | |
| 114 | // Down mocks base method. |
| 115 | func (m *MockCompose) Down(ctx context.Context, projectName string, options api.DownOptions) error { |
| 116 | m.ctrl.T.Helper() |
| 117 | ret := m.ctrl.Call(m, "Down", ctx, projectName, options) |
| 118 | ret0, _ := ret[0].(error) |
| 119 | return ret0 |
| 120 | } |
| 121 | |
| 122 | // Down indicates an expected call of Down. |
| 123 | func (mr *MockComposeMockRecorder) Down(ctx, projectName, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected