Documentation ¶
Index ¶
- Variables
- func AmendURL(baseURL, key, value string) string
- func CreateGlob(glob string) *template.Template
- func CreateTextGlob(glob string) *texttemplate.Template
- func DropParam(baseURL, key, value string) string
- func FormatDate(t time.Time) string
- func FormatTime(t time.Time) string
- func SetGlobSearchPath(path string)
- func TransformURL(baseURL, key string, f func([]string) []string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var Funcs = template.FuncMap{ "link": link, "optlink": optlink, "formatTime": FormatTime, "formatDate": FormatDate, "formatKernelTime": formatKernelTime, "formatJSTime": formatJSTime, "formatClock": formatClock, "formatDuration": formatDuration, "formatLateness": formatLateness, "formatReproLevel": formatReproLevel, "formatStat": formatStat, "formatShortHash": formatShortHash, "formatTagHash": formatTagHash, "formatCommitTableTitle": formatCommitTableTitle, "formatList": formatStringList, "selectBisect": selectBisect, "dereference": dereferencePointer, "commitLink": commitLink, }
Functions ¶
func CreateGlob ¶
func CreateTextGlob ¶
func CreateTextGlob(glob string) *texttemplate.Template
func FormatDate ¶
func FormatTime ¶
func SetGlobSearchPath ¶
func SetGlobSearchPath(path string)
SetGlobSearchPath overrides the default path where syzkaller looks for templates.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.