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

Method SetIn

util/ui/prompt.go:29–29  ·  view source on GitHub ↗
(io.Reader)

Source from the content-addressed store, hash-verified

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

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