Documentation
¶
Overview ¶
Package dashboard contains the web ui for reflow, for the static files see Package static
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WebDashboardModList ¶
func WebDashboardModList(w http.ResponseWriter, _ *http.Request)
WebDashboardModList is the page handler for the mod list
func WebDashboardRoot ¶
func WebDashboardRoot(w http.ResponseWriter, _ *http.Request)
WebDashboardRoot is the page handler for the mod list
Types ¶
type CompiledMod ¶
type CompiledMod struct {
Mod models.Mod
ModVersions []models.ModVersion
}
type ModPageData ¶
type ModPageData struct {
PageTitle string
ModCount int
Mods []CompiledMod
}
Click to show internal directories.
Click to hide internal directories.