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

Method Stop

pkg/mocks/mock_docker_compose_api.go:426–429  ·  view source on GitHub ↗

Stop indicates an expected call of Stop.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

424
425// Stop indicates an expected call of Stop.
426func (mr *MockComposeMockRecorder) Stop(ctx, projectName, options any) *gomock.Call {
427 mr.mock.ctrl.T.Helper()
428 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Stop", reflect.TypeOf((*MockCompose)(nil).Stop), ctx, projectName, options)
429}
430
431// Top mocks base method.
432func (m *MockCompose) Top(ctx context.Context, projectName string, services []string) ([]api.ContainerProcSummary, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected