gitlab.com/gitlab-org/labkit@v1.21.0/mask/consts.go (about) 1 package mask 2 3 // RedactionString represents the filtered value used in place of sensitive data in the mask package. 4 const RedactionString = "[FILTERED]"