Documentation ¶
Index ¶
Constants ¶
View Source
const ( UnsupportedMode printMode = iota NormalMode FullMode ShortMode )
View Source
const ( RequestNotSent result = iota RequestSent RequestError )
Variables ¶
View Source
var ( // ErrEmptyReport is returned when reports is empty ErrEmptyReport = errors.New("nothing to print due to empty reports") )
View Source
var ( // ErrUnsupportedPrintMode is returned when parameter value of print mode is not supported. ErrUnsupportedPrintMode = errors.New("print mode is unsupported") )
Functions ¶
func NewPrintMode ¶ added in v0.5.1
Types ¶
Click to show internal directories.
Click to hide internal directories.