MCPcopy Create free account
hub / github.com/cloudfoundry/cli / Resolve

Method Resolve

util/ui/prompt.go:28–28  ·  view source on GitHub ↗
(dst interface{})

Source from the content-addressed store, hash-verified

26
27type Resolver interface {
28 Resolve(dst interface{}) error
29 SetIn(io.Reader)
30 SetOut(io.Writer)
31}

Callers 5

DisplayBoolPromptMethod · 0.65
DisplayPasswordPromptMethod · 0.65
DisplayTextMenuMethod · 0.65
DisplayTextPromptMethod · 0.65

Implementers 1

FakeResolverutil/ui/uifakes/fake_resolver.go

Calls

no outgoing calls

Tested by

no test coverage detected