package
0.0.0-20221215221243-b79a0d8da330
Repository: https://github.com/purecloudlabs/gprovision.git
Documentation: pkg.go.dev
# Functions
generates key for given command.
combine two filters; both must accept input.
filter passing only calls to Logf().
filter passing only calls to Logf, with given prefix.
filter passing only calls to Msgf().
filter passing only calls to Msgf, with given prefix.
combine two filters; either may accept input.
filter passing only lines with given prefix (note MSG:/LOG: added by Msgf/Logf).
filter with given regex.
Returns a new TstLog.
Like NewTestLog, but does not use a channel or background thread.
combines cleaners, applying f2 to the output of f1.
trims off seq and anything following it.
trim first n bytes of each line.
# Constants
No description provided by the author
# Variables
DumpFull writes the complete log to stderr if the test fails.
UpdateGolden writes matching golden files that need updated.
# Structs
data for use with UseMappedCmdHijacker.
execution result.
Conforms to log.Logger interface.
# Type aliases
map passed to UseMappedCmdHijacker.
represents a Cmd in CmdMap.
A function that trims/transforms log lines before comparison.
a function that returns true if 'in' should be included in entries compared.