Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetReportItem ¶
func GetTemplateFunctions ¶
Types ¶
type CommonConfig ¶
func NewCommonConfig ¶
func NewCommonConfig(output io.Writer, color bool) CommonConfig
type Config ¶
type Config struct { Output io.Writer CSV bool Color bool TotalsOnly bool Totals bool DateFormat string Unresolved bool SingleElement string SingleFood string CollapseLast bool Collapse bool ElementGroupByFood bool ShortenStrings bool UseOldRegReporter bool InternalTemplateName string CSVSeparator rune }
Config contains the options for the reporter
func NewDefaultConfig ¶
func NewDefaultConfig() Config
NewDefaultConfig returns the default reporter config
Click to show internal directories.
Click to hide internal directories.