List indicates an expected call of List.
(ctx, options any)
| 223 | |
| 224 | // List indicates an expected call of List. |
| 225 | func (mr *MockComposeMockRecorder) List(ctx, options any) *gomock.Call { |
| 226 | mr.mock.ctrl.T.Helper() |
| 227 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "List", reflect.TypeOf((*MockCompose)(nil).List), ctx, options) |
| 228 | } |
| 229 | |
| 230 | // LoadProject mocks base method. |
| 231 | func (m *MockCompose) LoadProject(ctx context.Context, options api.ProjectLoadOptions) (*types.Project, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected