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

Method Pause

pkg/mocks/mock_docker_compose_api.go:260–265  ·  view source on GitHub ↗

Pause mocks base method.

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

Source from the content-addressed store, hash-verified

258
259// Pause mocks base method.
260func (m *MockCompose) Pause(ctx context.Context, projectName string, options api.PauseOptions) error {
261 m.ctrl.T.Helper()
262 ret := m.ctrl.Call(m, "Pause", ctx, projectName, options)
263 ret0, _ := ret[0].(error)
264 return ret0
265}
266
267// Pause indicates an expected call of Pause.
268func (mr *MockComposeMockRecorder) Pause(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected