Versions in this module Expand all Collapse all v1 v1.0.0 Feb 3, 2026 Changes in this version + func Print(outputType OutputType, message string) + func PrintError(message string) + func PrintHeader(title string) + func PrintInfo(message string) + func PrintSuccess(message string) + func PrintTable(headers []string, rows [][]string) + func PrintWarning(message string) + type OutputType int + const OutputError + const OutputInfo + const OutputSuccess + const OutputWarning