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

Method PluginInstall

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

Source from the content-addressed store, hash-verified

474}
475
476func (d *DryRunClient) PluginInstall(ctx context.Context, name string, options client.PluginInstallOptions) (client.PluginInstallResult, error) {
477 return d.apiClient.PluginInstall(ctx, name, options)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected