Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintTable ¶
PrintTable prints a simple table.
Types ¶
type OutputType ¶
type OutputType int
OutputType defines different output types.
const ( // OutputSuccess indicates a successful operation. OutputSuccess OutputType = iota // OutputError indicates an error. OutputError // OutputWarning indicates a warning. OutputWarning // OutputInfo indicates informational output. OutputInfo )
Click to show internal directories.
Click to hide internal directories.