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

Method PluginUpgrade

pkg/dryrun/dryrunclient.go:480–482  ·  view source on GitHub ↗
(ctx context.Context, name string, options client.PluginUpgradeOptions)

Source from the content-addressed store, hash-verified

478}
479
480func (d *DryRunClient) PluginUpgrade(ctx context.Context, name string, options client.PluginUpgradeOptions) (client.PluginUpgradeResult, error) {
481 return d.apiClient.PluginUpgrade(ctx, name, options)
482}
483
484func (d *DryRunClient) PluginPush(ctx context.Context, name string, options client.PluginPushOptions) (client.PluginPushResult, error) {
485 return d.apiClient.PluginPush(ctx, name, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected