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

Method PluginList

pkg/dryrun/dryrunclient.go:460–462  ·  view source on GitHub ↗
(ctx context.Context, options client.PluginListOptions)

Source from the content-addressed store, hash-verified

458}
459
460func (d *DryRunClient) PluginList(ctx context.Context, options client.PluginListOptions) (client.PluginListResult, error) {
461 return d.apiClient.PluginList(ctx, options)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected