Pull mocks base method.
(ctx context.Context, project *types.Project, options api.PullOptions)
| 317 | |
| 318 | // Pull mocks base method. |
| 319 | func (m *MockCompose) Pull(ctx context.Context, project *types.Project, options api.PullOptions) error { |
| 320 | m.ctrl.T.Helper() |
| 321 | ret := m.ctrl.Call(m, "Pull", ctx, project, options) |
| 322 | ret0, _ := ret[0].(error) |
| 323 | return ret0 |
| 324 | } |
| 325 | |
| 326 | // Pull indicates an expected call of Pull. |
| 327 | func (mr *MockComposeMockRecorder) Pull(ctx, project, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected