MCPcopy Index your code
hub / github.com/cloudfoundry/cli / DeferText

Method DeferText

command/ui.go:14–14  ·  view source on GitHub ↗
(template string, data ...map[string]interface{})

Source from the content-addressed store, hash-verified

12//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UI
13type 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()

Callers 2

ExecuteMethod · 0.65
ui_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected