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

Method PluginCreate

pkg/dryrun/dryrunclient.go:496–498  ·  view source on GitHub ↗
(ctx context.Context, createContext io.Reader, options client.PluginCreateOptions)

Source from the content-addressed store, hash-verified

494}
495
496func (d *DryRunClient) PluginCreate(ctx context.Context, createContext io.Reader, options client.PluginCreateOptions) (client.PluginCreateResult, error) {
497 return d.apiClient.PluginCreate(ctx, createContext, options)
498}
499
500func (d *DryRunClient) ServiceCreate(ctx context.Context, options client.ServiceCreateOptions) (client.ServiceCreateResult, error) {
501 return d.apiClient.ServiceCreate(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected