Documentation
¶
Index ¶
- func InitUI()
- type AdminUI
- func (h AdminUI) ConsolePageAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
- func (h AdminUI) DashboardAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
- func (h AdminUI) ExplorePageAction(w http.ResponseWriter, r *http.Request)
- func (h AdminUI) GetScreenshotAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
- func (h AdminUI) SettingPageAction(w http.ResponseWriter, r *http.Request)
- func (h AdminUI) TaskViewPageAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
- func (h AdminUI) TasksPageAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
- 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) ConsolePageAction ¶
func (h AdminUI) ConsolePageAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
func (AdminUI) DashboardAction ¶
func (h AdminUI) DashboardAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
func (AdminUI) ExplorePageAction ¶
func (h AdminUI) ExplorePageAction(w http.ResponseWriter, r *http.Request)
func (AdminUI) GetScreenshotAction ¶ added in v0.10.0
func (h AdminUI) GetScreenshotAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
func (AdminUI) SettingPageAction ¶
func (h AdminUI) SettingPageAction(w http.ResponseWriter, r *http.Request)
func (AdminUI) TaskViewPageAction ¶ added in v0.10.0
func (h AdminUI) TaskViewPageAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
func (AdminUI) TasksPageAction ¶
func (h AdminUI) TasksPageAction(w http.ResponseWriter, r *http.Request, p httprouter.Params)
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.