Versions in this module Expand all Collapse all v0 v0.14.0 Jan 2, 2026 v0.13.0 Dec 10, 2025 Changes in this version + type JSONFormatter struct + func NewJSONFormatter() *JSONFormatter + func (f *JSONFormatter) Format(b format.Buildable) (string, error) + func (f *JSONFormatter) FormatMultiple(builders []format.Buildable) (string, error) + func (f *JSONFormatter) Name() string + func (f *JSONFormatter) SupportsColors() bool + type MarkdownFormatter struct + func NewMarkdownFormatter() *MarkdownFormatter + func (f *MarkdownFormatter) Format(b format.Buildable) (string, error) + func (f *MarkdownFormatter) FormatMultiple(builders []format.Buildable) (string, error) + func (f *MarkdownFormatter) Name() string + func (f *MarkdownFormatter) SupportsColors() bool + type TextFormatter struct + func NewTextFormatter(useColors bool) *TextFormatter + func (f *TextFormatter) Format(b format.Buildable) (string, error) + func (f *TextFormatter) FormatMultiple(builders []format.Buildable) (string, error) + func (f *TextFormatter) Name() string + func (f *TextFormatter) SupportsColors() bool + type XMLFormatter struct + func NewXMLFormatter() *XMLFormatter + func (f *XMLFormatter) Format(b format.Buildable) (string, error) + func (f *XMLFormatter) FormatMultiple(builders []format.Buildable) (string, error) + func (f *XMLFormatter) Name() string + func (f *XMLFormatter) SupportsColors() bool + type YAMLFormatter struct + func NewYAMLFormatter() *YAMLFormatter + func (f *YAMLFormatter) Format(b format.Buildable) (string, error) + func (f *YAMLFormatter) FormatMultiple(builders []format.Buildable) (string, error) + func (f *YAMLFormatter) Name() string + func (f *YAMLFormatter) SupportsColors() bool