RefreshPluginManagementRoutes rebuilds plugin-owned Management API routes.
()
| 794 | |
| 795 | // RefreshPluginManagementRoutes rebuilds plugin-owned Management API routes. |
| 796 | func (s *Server) RefreshPluginManagementRoutes() { |
| 797 | s.refreshPluginManagementRoutes() |
| 798 | } |
| 799 | |
| 800 | func (s *Server) registeredManagementRouteKeys() map[string]struct{} { |
| 801 | out := make(map[string]struct{}) |
no test coverage detected