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

Method PluginRemove

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

Source from the content-addressed store, hash-verified

462}
463
464func (d *DryRunClient) PluginRemove(ctx context.Context, name string, options client.PluginRemoveOptions) (client.PluginRemoveResult, error) {
465 return d.apiClient.PluginRemove(ctx, name, options)
466}
467
468func (d *DryRunClient) PluginEnable(ctx context.Context, name string, options client.PluginEnableOptions) (client.PluginEnableResult, error) {
469 return d.apiClient.PluginEnable(ctx, name, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected