Documentation
¶
Index ¶
- Variables
- func File(filepath string) string
- func GetFuncMap() template.FuncMap
- func HasField(v interface{}, name string) bool
- func IconLink(url, text, currentPath, iconClass string, classes ...string) template.HTML
- func InGroup(ctx echo.Context, group string) bool
- func Link(url, text, currentPath string, classes ...string) template.HTML
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CacheBuster stores a random string used as a cache buster for static files. CacheBuster = random.String(10) )
Functions ¶
func File ¶
File appends a cache buster to a given filepath so it can remain cached until the app is restarted
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.