github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+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]"