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

Method UnPause

pkg/mocks/mock_docker_compose_api.go:455–458  ·  view source on GitHub ↗

UnPause indicates an expected call of UnPause.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

453
454// UnPause indicates an expected call of UnPause.
455func (mr *MockComposeMockRecorder) UnPause(ctx, projectName, options any) *gomock.Call {
456 mr.mock.ctrl.T.Helper()
457 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "UnPause", reflect.TypeOf((*MockCompose)(nil).UnPause), ctx, projectName, options)
458}
459
460// Up mocks base method.
461func (m *MockCompose) Up(ctx context.Context, project *types.Project, options api.UpOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected