Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Files packr.Box Manager c.ConfigurationManager }
func (*Handler) ConfigHandler ¶
func (h *Handler) ConfigHandler(w http.ResponseWriter, r *http.Request)
func (*Handler) IndexHandler ¶
func (h *Handler) IndexHandler(w http.ResponseWriter, r *http.Request)
func (*Handler) ToggleContainerHandler ¶
func (h *Handler) ToggleContainerHandler(w http.ResponseWriter, r *http.Request)
type Page ¶
type Page struct { Title string Configurations []c.Configuration Configuration c.Configuration }
Click to show internal directories.
Click to hide internal directories.