MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / RefreshPluginManagementRoutes

Method RefreshPluginManagementRoutes

internal/api/server.go:796–798  ·  view source on GitHub ↗

RefreshPluginManagementRoutes rebuilds plugin-owned Management API routes.

()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

Tested by

no test coverage detected