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

Method Start

pkg/mocks/mock_docker_compose_api.go:412–415  ·  view source on GitHub ↗

Start indicates an expected call of Start.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

410
411// Start indicates an expected call of Start.
412func (mr *MockComposeMockRecorder) Start(ctx, projectName, options any) *gomock.Call {
413 mr.mock.ctrl.T.Helper()
414 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Start", reflect.TypeOf((*MockCompose)(nil).Start), ctx, projectName, options)
415}
416
417// Stop mocks base method.
418func (m *MockCompose) Stop(ctx context.Context, projectName string, options api.StopOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected