MCPcopy Create free account
hub / github.com/docker/secrets-engine / EnablePlugin

Method EnablePlugin

client/client.go:170–170  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

168type PluginManagement interface {
169 ListPlugins(ctx context.Context) ([]PluginInfo, error)
170 EnablePlugin(ctx context.Context, name string) error
171 DisablePlugin(ctx context.Context, name string) error
172}
173

Callers 1

EnablePluginMethod · 0.65

Implementers 4

mockPluginsListclient/client_test.go
clientclient/client.go
pluginManagementServiceClientx/api/plugins/v1/pluginsv1connect/api.
UnimplementedPluginManagementServiceHandlerx/api/plugins/v1/pluginsv1connect/api.

Calls

no outgoing calls

Tested by

no test coverage detected