Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ adminPanelsAPI
Function
adminPanelsAPI
internal/web/admin_panels.go:9–11 ·
view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)
Source
from the content-addressed store, hash-verified
7
}
8
9
func
adminPanelsAPI(w http.ResponseWriter, r *http.Request) {
10
serveAdminTemplate(w, r,
"panels-api.html"
, nil)
11
}
Callers
nothing calls this directly
Calls
1
serveAdminTemplate
Function · 0.85
Tested by
no test coverage detected