Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorBrowser ¶
ErrorBrowser is a no-op browser-error endpoint, replacing the empty httpsrv Error.BrowserAction.
func Register ¶
Register mounts the public frontend (the spec-driven catch-all page renderer) on a fiber router. The caller mounts the router at the app root group ("/") and MUST register it LAST, so the explicit /hp/* routes take priority over the /* catch-all. This replaces httpsrv NewModule (mounted at "/").
func RegisterHtp ¶
RegisterHtp mounts the /hp application routes: the S2 image service, the webui, hchart and per-module static assets, and the IAM user-auth routes. The caller mounts the router at "/hp". This replaces httpsrv NewHtpModule.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.