Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(data string)
Debugf writes the value of data to the debugWriter (default: os.Stdout)
func Debugf ¶
func Debugf(format string, args ...interface{})
Debugf writes the formatted value of args into the debugWriter (default: os.Stdout)
func Dump ¶
func Dump(v ...interface{})
Dump writes the pretty-printed values of v to the debugWriter (default: os.Stdout)
func GenericFilter ¶
func GenericFilter(filters []Filter, items []interface{}) (result []interface{})
GenericFilter executes all filters provided against each item provided returning the remaining items
func StringSliceEqual ¶
StringSliceEqual ... validates that two slice of strings are equal where 'a' is the authoritative slice
Types ¶
Click to show internal directories.
Click to hide internal directories.