github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/util/ui/redacted_value.go (about) 1 package ui 2 3 // RedactedValue is the text that is displayed for redacted content. (eg 4 // authorization tokens, passwords, etc.) 5 const RedactedValue = "[PRIVATE DATA HIDDEN]"