Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "DEVELOPMENT"
Functions ¶
This section is empty.
Types ¶
type Preferences ¶
type Preferences struct {
Theme string
JsEnabled bool
Themes []string
Frontends []cleaner.Frontend
}
func NewPrefs ¶
func NewPrefs() *Preferences
func (*Preferences) Parse ¶
func (prefs *Preferences) Parse(r *http.Request)
func (*Preferences) ParseCookies ¶
func (prefs *Preferences) ParseCookies(r *http.Request)
func (*Preferences) ToMap ¶
func (prefs *Preferences) ToMap() map[string]string
type ResultItem ¶
type SearchResult ¶
type SearchResults ¶
type SearchResults struct {
Wikiname string
Query string
Results []ResultItem
}
Click to show internal directories.
Click to hide internal directories.