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

Method VolumeCreate

pkg/mocks/mock_docker_api.go:1685–1691  ·  view source on GitHub ↗

VolumeCreate mocks base method.

(arg0 context.Context, arg1 client.VolumeCreateOptions)

Source from the content-addressed store, hash-verified

1683
1684// VolumeCreate mocks base method.
1685func (m *MockAPIClient) VolumeCreate(arg0 context.Context, arg1 client.VolumeCreateOptions) (client.VolumeCreateResult, error) {
1686 m.ctrl.T.Helper()
1687 ret := m.ctrl.Call(m, "VolumeCreate", arg0, arg1)
1688 ret0, _ := ret[0].(client.VolumeCreateResult)
1689 ret1, _ := ret[1].(error)
1690 return ret0, ret1
1691}
1692
1693// VolumeCreate indicates an expected call of VolumeCreate.
1694func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected