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

Method DisablePlugin

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

Source from the content-addressed store, hash-verified

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
174func PluginManagementFromClient(c Client) (PluginManagement, error) {

Callers 1

DisablePluginMethod · 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