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

Method Stop

pkg/mocks/mock_docker_compose_api.go:418–423  ·  view source on GitHub ↗

Stop mocks base method.

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

Source from the content-addressed store, hash-verified

416
417// Stop mocks base method.
418func (m *MockCompose) Stop(ctx context.Context, projectName string, options api.StopOptions) error {
419 m.ctrl.T.Helper()
420 ret := m.ctrl.Call(m, "Stop", ctx, projectName, options)
421 ret0, _ := ret[0].(error)
422 return ret0
423}
424
425// Stop indicates an expected call of Stop.
426func (mr *MockComposeMockRecorder) Stop(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected