package
0.0.0-20210706014859-6db6af263645
Repository: https://github.com/gokultp/go-tprof.git
Documentation: pkg.go.dev
# Functions
GetParser is a factory for parsers.
NewDefaultParser returns a new instance of DefaultParser.
NewDescriptionParser returns a new instance of DescriptionParser.
NewErrorParser returns a new instance of ErrorParser.
NewPackageStatusParser returns a new instance of PackageStatusParser.
NewScanner will return a new instance of Scanner.
NewSpippedPackageParser returns a new instance of SpippedPackageParser.
NewTestStatusParser returns a new instance of TestStatusParser.
# Structs
DefaultParser parser is a fallback parser.
DescriptionParser parses test execution descriptions.
ErrorParser parser will parse error messages.
PackageStatusParser parses package status.
Scanner will scan stdin and generates reports.
SpippedPackageParser parses test execution SpippedPackages.
TestStatusParser parses test execution status.
# Interfaces
Parser is the interface of public methods implemeted by parsers.