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

Method List

pkg/mocks/mock_docker_compose_api.go:216–222  ·  view source on GitHub ↗

List mocks base method.

(ctx context.Context, options api.ListOptions)

Source from the content-addressed store, hash-verified

214
215// List mocks base method.
216func (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.
225func (mr *MockComposeMockRecorder) List(ctx, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected