github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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]"