Versions in this module Expand all Collapse all v0 v0.0.3 Sep 12, 2024 v0.0.2 Jun 11, 2024 Changes in this version + type Format struct + func NewFormat(value FormatValue) Format + func (f *Format) UnmarshalText(text []byte) error + func (f Format) IsUnknown() bool + func (f Format) MarshalText() ([]byte, error) + func (f Format) String() string + type FormatValue string + const JSON + const SIGNAL + const UNKNOWN + const YAML + func FormatValues() []FormatValue + type OutputConfig struct + FilePath *string + Output Format + func NewOutputConfig(filePath *string, output Format) OutputConfig v0.0.1 Jun 10, 2024 Changes in this version + func Write(report any, outputFilePath *string) error