package
6.0.0-beta1+incompatible
Repository: https://github.com/jshi-git/beats.git
Documentation: pkg.go.dev
# Functions
NewConsoleDriver initializes and returns a new console driver with output to given file.
NewConsoleDriverWithKiller initializes and returns a new console driver with output file Killer function will be called on fatal errors.
# Variables
NullDriver does nothing, ignores all output and doesn't die on errors.
# Structs
ConsoleDriver outputs test result to the given stdout/stderr descriptors.