Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Format ¶ added in v0.0.2
type Format struct {
// contains filtered or unexported fields
}
func NewFormat ¶ added in v0.0.2
func NewFormat(value FormatValue) Format
func (Format) MarshalText ¶ added in v0.0.2
func (*Format) UnmarshalText ¶ added in v0.0.2
type FormatValue ¶ added in v0.0.2
type FormatValue string
const ( JSON FormatValue = "json" YAML FormatValue = "yaml" SIGNAL FormatValue = "signal" UNKNOWN FormatValue = "unknown" )
func FormatValues ¶ added in v0.0.2
func FormatValues() []FormatValue
type OutputConfig ¶ added in v0.0.2
func NewOutputConfig ¶ added in v0.0.2
func NewOutputConfig(filePath *string, output Format) OutputConfig
Click to show internal directories.
Click to hide internal directories.