Documentation ¶
Index ¶
- func InitUI()
- type AdminUI
- func (h AdminUI) BoltDBStatusAction(w http.ResponseWriter, r *http.Request)
- func (h AdminUI) ConsolePageAction(w http.ResponseWriter, r *http.Request)
- func (h AdminUI) DashboardAction(w http.ResponseWriter, r *http.Request)
- func (h AdminUI) ExplorePageAction(w http.ResponseWriter, r *http.Request)
- func (h AdminUI) SettingPageAction(w http.ResponseWriter, r *http.Request)
- func (h AdminUI) TasksPageAction(w http.ResponseWriter, r *http.Request)
- func (h AdminUI) UpdateSettingAction(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdminUI ¶
type AdminUI struct {
api.Handler
}
func (AdminUI) BoltDBStatusAction ¶
func (h AdminUI) BoltDBStatusAction(w http.ResponseWriter, r *http.Request)
func (AdminUI) ConsolePageAction ¶
func (h AdminUI) ConsolePageAction(w http.ResponseWriter, r *http.Request)
func (AdminUI) DashboardAction ¶
func (h AdminUI) DashboardAction(w http.ResponseWriter, r *http.Request)
func (AdminUI) ExplorePageAction ¶
func (h AdminUI) ExplorePageAction(w http.ResponseWriter, r *http.Request)
func (AdminUI) SettingPageAction ¶
func (h AdminUI) SettingPageAction(w http.ResponseWriter, r *http.Request)
func (AdminUI) TasksPageAction ¶
func (h AdminUI) TasksPageAction(w http.ResponseWriter, r *http.Request)
func (AdminUI) UpdateSettingAction ¶
func (h AdminUI) UpdateSettingAction(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
Click to show internal directories.
Click to hide internal directories.