Documentation ¶
Index ¶
- Variables
- func BuildCSSHandler() (func(http.ResponseWriter, *http.Request), error)
- func BuildFaviconHandler() (handler func(http.ResponseWriter, *http.Request))
- func BuildFontHandler() (handler func(http.ResponseWriter, *http.Request))
- func BuildJSHandler() (func(http.ResponseWriter, *http.Request), error)
- func BuildRobotsHandler() (handler func(http.ResponseWriter, *http.Request))
- func BuildStaticHandler() (handler func(http.ResponseWriter, *http.Request))
Constants ¶
This section is empty.
Variables ¶
View Source
var ScriptEtag = ""
ScriptETag is used in views to cache bust scripts
View Source
var StylesETag = ""
StylesETag is used in views to cache bust styles
Functions ¶
func BuildCSSHandler ¶
func BuildCSSHandler() (func(http.ResponseWriter, *http.Request), error)
func BuildFaviconHandler ¶
func BuildFaviconHandler() (handler func(http.ResponseWriter, *http.Request))
func BuildFontHandler ¶
func BuildFontHandler() (handler func(http.ResponseWriter, *http.Request))
func BuildJSHandler ¶
func BuildJSHandler() (func(http.ResponseWriter, *http.Request), error)
func BuildRobotsHandler ¶
func BuildRobotsHandler() (handler func(http.ResponseWriter, *http.Request))
func BuildStaticHandler ¶
func BuildStaticHandler() (handler func(http.ResponseWriter, *http.Request))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.