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

Method ListPlugins

client/client.go:169–169  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

167
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}

Callers 3

Test_ListPluginsFunction · 0.65
ListPluginsMethod · 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 2

Test_ListPluginsFunction · 0.52