Publish mocks base method.
(ctx context.Context, project *types.Project, repository string, options api.PublishOptions)
| 303 | |
| 304 | // Publish mocks base method. |
| 305 | func (m *MockCompose) Publish(ctx context.Context, project *types.Project, repository string, options api.PublishOptions) error { |
| 306 | m.ctrl.T.Helper() |
| 307 | ret := m.ctrl.Call(m, "Publish", ctx, project, repository, options) |
| 308 | ret0, _ := ret[0].(error) |
| 309 | return ret0 |
| 310 | } |
| 311 | |
| 312 | // Publish indicates an expected call of Publish. |
| 313 | func (mr *MockComposeMockRecorder) Publish(ctx, project, repository, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected