Push indicates an expected call of Push.
(ctx, project, options any)
| 339 | |
| 340 | // Push indicates an expected call of Push. |
| 341 | func (mr *MockComposeMockRecorder) Push(ctx, project, options any) *gomock.Call { |
| 342 | mr.mock.ctrl.T.Helper() |
| 343 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Push", reflect.TypeOf((*MockCompose)(nil).Push), ctx, project, options) |
| 344 | } |
| 345 | |
| 346 | // Remove mocks base method. |
| 347 | func (m *MockCompose) Remove(ctx context.Context, projectName string, options api.RemoveOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected