(message string, args ...interface{})
| 27 | type UI interface { |
| 28 | PrintPaginator(rows []string, err error) |
| 29 | Say(message string, args ...interface{}) |
| 30 | |
| 31 | // ProgressReader |
| 32 | PrintCapturingNoOutput(message string, args ...interface{}) |
no outgoing calls
no test coverage detected