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

Method DisablePlugin

client/client_test.go:105–107  ·  view source on GitHub ↗
(_ context.Context, _ *connect.Request[pluginsv1.DisablePluginRequest])

Source from the content-addressed store, hash-verified

103}
104
105func (m mockPluginsList) DisablePlugin(_ context.Context, _ *connect.Request[pluginsv1.DisablePluginRequest]) (*connect.Response[pluginsv1.DisablePluginResponse], error) {
106 return connect.NewResponse(pluginsv1.DisablePluginResponse_builder{}.Build()), nil
107}
108
109type handler struct {
110 pattern string

Callers

nothing calls this directly

Calls 1

BuildMethod · 0.45

Tested by

no test coverage detected