Documentation
¶
Overview ¶
Package redact provides redaction of sensitive information from strings or streams.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Redacter ¶
Redacter is implemented by types that can redact sensitive information from a string.
func StringRedacter ¶
StringRedacter returns a Redacter that will redact any matches of the provided strings with the provided mask.
Click to show internal directories.
Click to hide internal directories.