(string)
| 12 | //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ColorLogger |
| 13 | type ColorLogger interface { |
| 14 | LogSysHeaderColor(string) string |
| 15 | LogStdoutColor(string) string |
| 16 | LogStderrColor(string) string |
| 17 | } |
no outgoing calls
no test coverage detected