(message string)
| 112 | } |
| 113 | |
| 114 | func TableContentHeaderColor(message string) string { |
| 115 | return ColorizeBold(message, cyan) |
| 116 | } |
| 117 | |
| 118 | func WarningColor(message string) string { |
| 119 | return ColorizeBold(message, magenta) |
nothing calls this directly
no test coverage detected