Method
DisablePlugin
(_ context.Context, _ *connect.Request[pluginsv1.DisablePluginRequest])
Source from the content-addressed store, hash-verified
| 103 | } |
| 104 | |
| 105 | func (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 | |
| 109 | type handler struct { |
| 110 | pattern string |
Callers
nothing calls this directly
Tested by
no test coverage detected