github.com/ablease/cli@v6.37.1-0.20180613014814-3adbb7d7fb19+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]"