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

Method PluginInspect

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

Source from the content-addressed store, hash-verified

490}
491
492func (d *DryRunClient) PluginInspect(ctx context.Context, name string, options client.PluginInspectOptions) (client.PluginInspectResult, error) {
493 return d.apiClient.PluginInspect(ctx, name, options)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected