Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminGetConfigHandler ¶
type AdminGetConfigHandler struct {
ConfigManager models.ConfigManager
}
func (*AdminGetConfigHandler) Handle ¶
func (h *AdminGetConfigHandler) Handle(w http.ResponseWriter, r *http.Request)
func (*AdminGetConfigHandler) Handler ¶
func (h *AdminGetConfigHandler) Handler() models.RouteHandler
type AdminUpdateConfigHandler ¶
type AdminUpdateConfigHandler struct {
ConfigManager models.ConfigManager
}
func (*AdminUpdateConfigHandler) Handle ¶
func (h *AdminUpdateConfigHandler) Handle(w http.ResponseWriter, r *http.Request)
func (*AdminUpdateConfigHandler) Handler ¶
func (h *AdminUpdateConfigHandler) Handler() models.RouteHandler
Click to show internal directories.
Click to hide internal directories.