Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubewall/kubewall
/ Get
Method
Get
backend/handlers/app/config.go:28–30 ·
view source on GitHub ↗
(c echo.Context)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(h *AppConfigHandler) Get(c echo.Context) error {
29
return
c.JSON(http.StatusOK, h.container.Config())
30
}
31
32
func
(h *AppConfigHandler) Reload(c echo.Context) error {
33
h.container.Cache().InvalidateAll()
Callers
5
Start
Method · 0.45
ApplyUnstructured
Function · 0.45
ProxyHandler
Function · 0.45
TestProxyHandler
Function · 0.45
ReadFirstSSEMessage
Function · 0.45
Calls
1
Config
Method · 0.65
Tested by
1
TestProxyHandler
Function · 0.36