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

Method VolumeCreate

pkg/mocks/mock_docker_api.go:1694–1697  ·  view source on GitHub ↗

VolumeCreate indicates an expected call of VolumeCreate.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1692
1693// VolumeCreate indicates an expected call of VolumeCreate.
1694func (mr *MockAPIClientMockRecorder) VolumeCreate(arg0, arg1 any) *gomock.Call {
1695 mr.mock.ctrl.T.Helper()
1696 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "VolumeCreate", reflect.TypeOf((*MockAPIClient)(nil).VolumeCreate), arg0, arg1)
1697}
1698
1699// VolumeInspect mocks base method.
1700func (m *MockAPIClient) VolumeInspect(arg0 context.Context, arg1 string, arg2 client.VolumeInspectOptions) (client.VolumeInspectResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected