Documentation ¶
Index ¶
- Constants
- func LogFailed(text string)
- func LogInfo(text string)
- func LogSuccess(text string)
- func LogWarn(text string)
- func NewSpinner(text string) *spinner.Spinner
- func PrintBanner()
- func PrintBannerClient()
- func PrintBannerListener()
- func PrintBannerPayload()
- func PrintSingleTable(title string, table []SingleTableItem)
- func PrintTable(headers []string, rows [][]string)
- type SingleTableItem
Constants ¶
View Source
const BANNER = `` /* 219-byte string literal not displayed */
Credit: https://patorjk.com/software/taag/#p=display&f=Calvin%20S&t=HERMIT
View Source
const BANNER_CLIENT = `` /* 316-byte string literal not displayed */
View Source
const BANNER_LISTENER = `` /* 388-byte string literal not displayed */
View Source
const BANNER_PAYLOAD = `` /* 372-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func LogSuccess ¶
func LogSuccess(text string)
func NewSpinner ¶
func PrintBanner ¶
func PrintBanner()
func PrintBannerClient ¶
func PrintBannerClient()
func PrintBannerListener ¶
func PrintBannerListener()
func PrintBannerPayload ¶
func PrintBannerPayload()
func PrintSingleTable ¶
func PrintSingleTable(title string, table []SingleTableItem)
func PrintTable ¶
Types ¶
type SingleTableItem ¶
func NewSingleTableItem ¶
func NewSingleTableItem(key string, value string) SingleTableItem
Click to show internal directories.
Click to hide internal directories.