Pause indicates an expected call of Pause.
(ctx, projectName, options any)
| 266 | |
| 267 | // Pause indicates an expected call of Pause. |
| 268 | func (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. |
| 274 | func (m *MockCompose) Port(ctx context.Context, projectName, service string, port uint16, options api.PortOptions) (string, int, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected