MCPcopy
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
28func (h *AppConfigHandler) Get(c echo.Context) error {
29 return c.JSON(http.StatusOK, h.container.Config())
30}
31
32func (h *AppConfigHandler) Reload(c echo.Context) error {
33 h.container.Cache().InvalidateAll()

Callers 5

StartMethod · 0.45
ApplyUnstructuredFunction · 0.45
ProxyHandlerFunction · 0.45
TestProxyHandlerFunction · 0.45
ReadFirstSSEMessageFunction · 0.45

Calls 1

ConfigMethod · 0.65

Tested by 1

TestProxyHandlerFunction · 0.36