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

Method Scale

pkg/mocks/mock_docker_compose_api.go:398–401  ·  view source on GitHub ↗

Scale indicates an expected call of Scale.

(ctx, project, options any)

Source from the content-addressed store, hash-verified

396
397// Scale indicates an expected call of Scale.
398func (mr *MockComposeMockRecorder) Scale(ctx, project, options any) *gomock.Call {
399 mr.mock.ctrl.T.Helper()
400 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Scale", reflect.TypeOf((*MockCompose)(nil).Scale), ctx, project, options)
401}
402
403// Start mocks base method.
404func (m *MockCompose) Start(ctx context.Context, projectName string, options api.StartOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected