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

Struct RequestLoggerTerminalDisplay

util/ui/request_logger_terminal_display.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type RequestLoggerTerminalDisplay struct {
13 ui *UI
14 lock *sync.Mutex
15 dumpSanitizer *regexp.Regexp
16}
17
18func newRequestLoggerTerminalDisplay(ui *UI, lock *sync.Mutex) *RequestLoggerTerminalDisplay {
19 return &RequestLoggerTerminalDisplay{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected