Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPatterns = []Pattern{ {Match: "^.*\\.git", IsRegex: false}, {Match: "^.*\\.tfstate", IsRegex: true}, {Match: "^.*\\.env$", IsRegex: true}, {Match: "^.*\\.xml$", IsRegex: true}, {Match: "^.*\\.log", IsRegex: true}, {Match: "^.*\\.swp", IsRegex: true}, {Match: "^.*\\.sql", IsRegex: true}, {Match: "^.*\\.zip", IsRegex: true}, {Match: "^.*\\.pem", IsRegex: true}, {Match: "^.*\\.conf", IsRegex: true}, {Match: "^.*\\.ini", IsRegex: true}, {Match: "^.*\\.bak", IsRegex: true}, {Match: "^.*\\.xls", IsRegex: true}, {Match: "^.*\\.txt", IsRegex: true}, {Match: "^.*\\.csv", IsRegex: true}, {Match: "^.*\\.db", IsRegex: true}, {Match: "^.*\\.sqlite", IsRegex: true}, {Match: "^.*\\tar.gz", IsRegex: true}, {Match: "^.*\\.properties", IsRegex: true}, {Match: "^.*\\.dist", IsRegex: true}, {Match: "^.*\\.cfg", IsRegex: true}, {Match: "^.*\\.mdb", IsRegex: true}, {Match: "^.*\\.key", IsRegex: true}, {Match: "^.*\\.json", IsRegex: true}, {Match: "^.*\\.htaccess", IsRegex: true}, {Match: "^.*\\.htpasswd", IsRegex: true}, {Match: "^.*\\.lock", IsRegex: true}, {Match: "^.*\\.settings", IsRegex: true}, {Match: "^.*\\.project", IsRegex: true}, {Match: "^.*\\.swf", IsRegex: true}, {Match: "^.*\\.inc", IsRegex: true}, {Match: "^.*\\tmp", IsRegex: true}, {Match: "^.*\\temp", IsRegex: true}, {Match: "^.*\\.html", IsRegex: true}, }
Functions ¶
func ExportHTML ¶
func ExportJSON ¶
Types ¶
type Pattern ¶
func CompilePatterns ¶
Click to show internal directories.
Click to hide internal directories.