Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2026 Changes in this version + func Print(data interface{}) error + func PrintError(format string, args ...interface{}) + func PrintInfo(format string, args ...interface{}) + func PrintResult(success bool, message string, data interface{}) error + func PrintSuccess(format string, args ...interface{}) + func PrintWarning(format string, args ...interface{}) + func SetWriter(w io.Writer) + func Setup(format string, pretty, quiet bool) + type Format string + const FormatCSV + const FormatJSON + const FormatMinimal + const FormatTSV + const FormatTable + const FormatYAML + type Result struct + Data interface{} + Message string + Success bool