Push mocks base method.
(ctx context.Context, project *types.Project, options api.PushOptions)
| 331 | |
| 332 | // Push mocks base method. |
| 333 | func (m *MockCompose) Push(ctx context.Context, project *types.Project, options api.PushOptions) error { |
| 334 | m.ctrl.T.Helper() |
| 335 | ret := m.ctrl.Call(m, "Push", ctx, project, options) |
| 336 | ret0, _ := ret[0].(error) |
| 337 | return ret0 |
| 338 | } |
| 339 | |
| 340 | // Push indicates an expected call of Push. |
| 341 | func (mr *MockComposeMockRecorder) Push(ctx, project, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected