Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintBoldMessage ¶
Prints the given message in bold with optional color attributes.
func PrintHeader ¶
func PrintHeader()
Prints a stylized header to the console using different colors.
func PrintMessage ¶
Prints a message to the console with optional color attributes.
func PrintSection ¶
func PrintSection(value string)
Prints a section header with the specified value.
Types ¶
type RetryHelper ¶
type RetryableErr ¶
type RetryableErr struct {
Err error
}
func (RetryableErr) Error ¶
func (e RetryableErr) Error() string
func (RetryableErr) Unwrap ¶
func (e RetryableErr) Unwrap() error
Click to show internal directories.
Click to hide internal directories.