package
2.0.0-alpha.3
Repository: https://github.com/k0sproject/rig.git
Documentation: pkg.go.dev

# Functions

Reader returns a new io.Reader that will redact any matches of the provided strings with the provided mask.
StringRedacter returns a Redacter that will redact any matches of the provided strings with the provided mask.
Writer returns an io.WriteCloser that writes to w, redacting any matches of the given patterns with the given mask.

# Interfaces

Redacter is implemented by types that can redact sensitive information from a string.