List mocks base method.
(ctx context.Context, options api.ListOptions)
| 214 | |
| 215 | // List mocks base method. |
| 216 | func (m *MockCompose) List(ctx context.Context, options api.ListOptions) ([]api.Stack, error) { |
| 217 | m.ctrl.T.Helper() |
| 218 | ret := m.ctrl.Call(m, "List", ctx, options) |
| 219 | ret0, _ := ret[0].([]api.Stack) |
| 220 | ret1, _ := ret[1].(error) |
| 221 | return ret0, ret1 |
| 222 | } |
| 223 | |
| 224 | // List indicates an expected call of List. |
| 225 | func (mr *MockComposeMockRecorder) List(ctx, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected