(template string, templateValues ...map[string]interface{})
| 25 | type UI interface { |
| 26 | DisplayError(err error) |
| 27 | DisplayWarning(template string, templateValues ...map[string]interface{}) |
| 28 | DisplayText(template string, templateValues ...map[string]interface{}) |
| 29 | FlushDeferred() |
| 30 | } |
no outgoing calls
no test coverage detected