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

Method PluginPush

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

Source from the content-addressed store, hash-verified

482}
483
484func (d *DryRunClient) PluginPush(ctx context.Context, name string, options client.PluginPushOptions) (client.PluginPushResult, error) {
485 return d.apiClient.PluginPush(ctx, name, options)
486}
487
488func (d *DryRunClient) PluginSet(ctx context.Context, name string, options client.PluginSetOptions) (client.PluginSetResult, error) {
489 return d.apiClient.PluginSet(ctx, name, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected