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

Method PluginEnable

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

Source from the content-addressed store, hash-verified

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)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected