package
1.0.6
Repository: https://github.com/sqreen/go-agent.git
Documentation: pkg.go.dev

# Functions

NewScrubber returns a new scrubber configured to redact values matching the given regular expressions.

# Structs

Scrubber scrubs values according to the key and value regular expressions given to `NewScrubber()`.

# Interfaces

CustomScrubber is the interface a type can implement in order to provide a custom scrubbing method.
NoScrubber can be implemented by type that do not want to be scrubbed.

# Type aliases

No description provided by the author