Scale indicates an expected call of Scale.
(ctx, project, options any)
| 396 | |
| 397 | // Scale indicates an expected call of Scale. |
| 398 | func (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. |
| 404 | func (m *MockCompose) Start(ctx context.Context, projectName string, options api.StartOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected