Versions in this module Expand all Collapse all v0 v0.5.3 Sep 20, 2016 v0.5.2 Sep 15, 2016 Changes in this version + var OsSupportsColors = runtime.GOOS != "windows" + var TerminalSupportsColors = isTerminal() + var UserAskedForColors = "" + func AdvisoryColor(message string) string + func Colorize(message string, color Color) string + func ColorizeBold(message string, color Color) string + func CommandColor(message string) string + func CrashedColor(message string) string + func Decolorize(message string) string + func EntityNameColor(message string) string + func FailureColor(message string) string + func FreakOut(err error) + func HeaderColor(message string) string + func InitColorSupport() + func LogAppHeaderColor(message string) string + func LogHealthHeaderColor(message string) string + func LogStderrColor(message string) string + func LogStdoutColor(message string) string + func LogSysHeaderColor(message string) string + func Poll(cliConnection plugin.CliConnection, endpoint string, desired string, ...) + func PromptColor(message string) string + func StoppedColor(message string) string + func SuccessColor(message string) string + func TableContentHeaderColor(message string) string + func WarningColor(message string) string + type Color uint + type PrintableTable struct + func (t *PrintableTable) Add(row ...string) + func (t *PrintableTable) Print() + type Table interface + Add func(row ...string) + Print func() + func NewTable(headers []string) Table