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

Method Start

pkg/mocks/mock_docker_compose_api.go:404–409  ·  view source on GitHub ↗

Start mocks base method.

(ctx context.Context, projectName string, options api.StartOptions)

Source from the content-addressed store, hash-verified

402
403// Start mocks base method.
404func (m *MockCompose) Start(ctx context.Context, projectName string, options api.StartOptions) error {
405 m.ctrl.T.Helper()
406 ret := m.ctrl.Call(m, "Start", ctx, projectName, options)
407 ret0, _ := ret[0].(error)
408 return ret0
409}
410
411// Start indicates an expected call of Start.
412func (mr *MockComposeMockRecorder) Start(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected