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

Method PluginDisable

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

Source from the content-addressed store, hash-verified

470}
471
472func (d *DryRunClient) PluginDisable(ctx context.Context, name string, options client.PluginDisableOptions) (client.PluginDisableResult, error) {
473 return d.apiClient.PluginDisable(ctx, name, options)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected