Volumes mocks base method.
(ctx context.Context, project string, options api.VolumesOptions)
| 488 | |
| 489 | // Volumes mocks base method. |
| 490 | func (m *MockCompose) Volumes(ctx context.Context, project string, options api.VolumesOptions) ([]api.VolumesSummary, error) { |
| 491 | m.ctrl.T.Helper() |
| 492 | ret := m.ctrl.Call(m, "Volumes", ctx, project, options) |
| 493 | ret0, _ := ret[0].([]api.VolumesSummary) |
| 494 | ret1, _ := ret[1].(error) |
| 495 | return ret0, ret1 |
| 496 | } |
| 497 | |
| 498 | // Volumes indicates an expected call of Volumes. |
| 499 | func (mr *MockComposeMockRecorder) Volumes(ctx, project, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected