Versions in this module Expand all Collapse all v0 v0.0.8 Jun 20, 2025 Changes in this version + func CreateEventOutput(event *models.Event, resolvedPath string, config *models.Config) models.EventOutput + func FormatDiffForWeb(diff string) string + func IsTerminalSupported() bool + func OutputJSON(event models.EventOutput, writer *os.File, config *models.Config) + func OutputPlain(event models.EventOutput, writer *os.File, config *models.Config) + func OutputTable(event models.EventOutput, writer *os.File, config *models.Config) + func PrintTableHeader(writer *os.File, config *models.Config) + type ColoredDiffFormatter struct + func NewColoredDiffFormatter() *ColoredDiffFormatter + func (f *ColoredDiffFormatter) FormatDiff(diff string) string