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

Method VolumeUpdate

pkg/dryrun/dryrunclient.go:616–618  ·  view source on GitHub ↗
(ctx context.Context, volumeID string, options client.VolumeUpdateOptions)

Source from the content-addressed store, hash-verified

614}
615
616func (d *DryRunClient) VolumeUpdate(ctx context.Context, volumeID string, options client.VolumeUpdateOptions) (client.VolumeUpdateResult, error) {
617 return d.apiClient.VolumeUpdate(ctx, volumeID, options)
618}
619
620func (d *DryRunClient) ClientVersion() string {
621 return d.apiClient.ClientVersion()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected