Publish indicates an expected call of Publish.
(ctx, project, repository, options any)
| 311 | |
| 312 | // Publish indicates an expected call of Publish. |
| 313 | func (mr *MockComposeMockRecorder) Publish(ctx, project, repository, options any) *gomock.Call { |
| 314 | mr.mock.ctrl.T.Helper() |
| 315 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Publish", reflect.TypeOf((*MockCompose)(nil).Publish), ctx, project, repository, options) |
| 316 | } |
| 317 | |
| 318 | // Pull mocks base method. |
| 319 | func (m *MockCompose) Pull(ctx context.Context, project *types.Project, options api.PullOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected