(template string, data ...map[string]interface{})
| 12 | //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UI |
| 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() |
no outgoing calls
no test coverage detected