package
1.1.6
Repository: https://github.com/cockroachdb/redact.git
Documentation: pkg.go.dev

# Functions

EndMarker returns the end delimiter for an unsafe string.
EscapeMarkers escapes the special delimiters from the provided byte slice.
RedactedMarker returns the special string used by Redact.
StartMarker returns the start delimiter for an unsafe string.

# Constants

Internal constants.
Internal constants.
Internal constants.
Internal constants.
Internal constants.
Internal constants.
Internal constants.
Internal constants.
Internal constants.

# Variables

Internal variables.
Internal variables.
Internal variables.
Internal variables.
Internal variables.
Internal variables.

# Type aliases

RedactableBytes is like RedactableString but is a byte slice.
RedactableString is a string that contains a mix of safe and unsafe bits of data, but where it is known that unsafe bits are enclosed by redaction markers ‹ and ›, and occurrences of the markers inside the original data items have been escaped.