(defaultResponse bool, template string, templateValues ...map[string]interface{})
| 13 | type UI interface { |
| 14 | DeferText(template string, data ...map[string]interface{}) |
| 15 | DisplayBoolPrompt(defaultResponse bool, template string, templateValues ...map[string]interface{}) (bool, error) |
| 16 | DisplayChangesForPush(changeSet []ui.Change) error |
| 17 | DisplayDeprecationWarning() |
| 18 | DisplayDiffAddition(line string, depth int, addHyphen bool) |
no outgoing calls
no test coverage detected