Pull indicates an expected call of Pull.
(ctx, project, options any)
| 325 | |
| 326 | // Pull indicates an expected call of Pull. |
| 327 | func (mr *MockComposeMockRecorder) Pull(ctx, project, options any) *gomock.Call { |
| 328 | mr.mock.ctrl.T.Helper() |
| 329 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Pull", reflect.TypeOf((*MockCompose)(nil).Pull), ctx, project, options) |
| 330 | } |
| 331 | |
| 332 | // Push mocks base method. |
| 333 | func (m *MockCompose) Push(ctx context.Context, project *types.Project, options api.PushOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected