MCPcopy Create free account
hub / github.com/docker/compose / Volumes

Method Volumes

pkg/mocks/mock_docker_compose_api.go:490–496  ·  view source on GitHub ↗

Volumes mocks base method.

(ctx context.Context, project string, options api.VolumesOptions)

Source from the content-addressed store, hash-verified

488
489// Volumes mocks base method.
490func (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.
499func (mr *MockComposeMockRecorder) Volumes(ctx, project, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected