Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FilterFolder string
FilterFolder is the folder that filters are saved/loaded from
View Source
var Filters map[string]string
Filters maps reywords to result maps
View Source
var OutputLocation string
OutputLocation is the folder that compiled filters get saved to
Functions ¶
func CompileFilter ¶
func CompileFilter(name string)
CompileFilter processes substitutions and builds the result filter
func DeleteFilter ¶
func DeleteFilter(name string)
DeleteFilter deletes the filter file with this name
func GetFilterKeys ¶
func GetFilterKeys() []string
GetFilterKeys retrieves the keys from the Filters map and returns them as an array
func LoadFilters ¶
LoadFilters loads filter files from the specified folder location
func SaveFilter ¶
SaveFilter saves the content as a filter file with name {name}.rep
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.