MCPcopy Create free account
hub / github.com/docker/compose / List

Method List

pkg/mocks/mock_docker_compose_api.go:225–228  ·  view source on GitHub ↗

List indicates an expected call of List.

(ctx, options any)

Source from the content-addressed store, hash-verified

223
224// List indicates an expected call of List.
225func (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.
231func (m *MockCompose) LoadProject(ctx context.Context, options api.ProjectLoadOptions) (*types.Project, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected