MCPcopy
hub / github.com/amir20/dozzle / VolumeList

Method VolumeList

internal/deploy/deployer.go:95–95  ·  view source on GitHub ↗
(ctx context.Context, options client.VolumeListOptions)

Source from the content-addressed store, hash-verified

93 NetworkRemove(ctx context.Context, networkID string, options client.NetworkRemoveOptions) (client.NetworkRemoveResult, error)
94 VolumeCreate(ctx context.Context, options client.VolumeCreateOptions) (client.VolumeCreateResult, error)
95 VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error)
96 VolumeRemove(ctx context.Context, volumeID string, options client.VolumeRemoveOptions) (client.VolumeRemoveResult, error)
97}
98

Callers 2

removeProjectVolumesMethod · 0.65
createVolumesMethod · 0.65

Implementers 1

fakeDockerClientinternal/deploy/manager_test.go

Calls

no outgoing calls

Tested by

no test coverage detected