MCPcopy
hub / github.com/cloudfoundry/cli / terminalUI

Struct terminalUI

cf/terminal/ui.go:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type terminalUI struct {
56 stdin io.Reader
57 stdout io.Writer
58 printer Printer
59 logger trace.Printer
60 scanner *bufio.Scanner
61}
62
63func NewUI(r io.Reader, w io.Writer, printer Printer, logger trace.Printer) UI {
64 return &terminalUI{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected