MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / adminItems

Function adminItems

internal/web/admin_items.go:97–99  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

95}
96
97func adminItems(w http.ResponseWriter, r *http.Request) {
98 serveAdminTemplate(w, r, "items.html", nil)
99}
100
101func adminItemsAPI(w http.ResponseWriter, r *http.Request) {
102 serveAdminTemplate(w, r, "items-api.html", nil)

Callers

nothing calls this directly

Calls 1

serveAdminTemplateFunction · 0.85

Tested by

no test coverage detected