Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorFunc ¶
ProcessorFunc is the return value for all processors
func Regexp ¶
func Regexp(r string) ProcessorFunc
Regexp performs a regular expression on the previous value in query chain, returning the first matched string.
func Replace ¶
func Replace(template string) ProcessorFunc
Replace calls sprintf using template and previous value in query chain.
Click to show internal directories.
Click to hide internal directories.