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

Method Pause

pkg/mocks/mock_docker_compose_api.go:268–271  ·  view source on GitHub ↗

Pause indicates an expected call of Pause.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

266
267// Pause indicates an expected call of Pause.
268func (mr *MockComposeMockRecorder) Pause(ctx, projectName, options any) *gomock.Call {
269 mr.mock.ctrl.T.Helper()
270 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Pause", reflect.TypeOf((*MockCompose)(nil).Pause), ctx, projectName, options)
271}
272
273// Port mocks base method.
274func (m *MockCompose) Port(ctx context.Context, projectName, service string, port uint16, options api.PortOptions) (string, int, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected