package
0.0.0-20250302012944-701c1ceec546
Repository: https://github.com/khulnasoft/devsecdb.git
Documentation: pkg.go.dev

# Functions

NewDefaultFullMasker returns a new FullMasker with default substitution(`******`).
NewDefaultRangeMasker returns a new DefaultRangeMasker.
NewFullMasker returns a new FullMasker.
No description provided by the author
NewMD5Masker returns a new MD5Masker.
NewNoneMasker returns a new NoneMasker.
NewRangeMasker returns a new RangeMasker.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

DefaultRangeMasker is the masker that masks the left and right quarters with "**".
FullMasker is the masker that masks the data with `substitution`.
No description provided by the author
MaskData is the data to be masked.
No description provided by the author
MD5Masker is the masker that masks the data with their MD5 hash.
NoneMasker is the masker that does not mask the data.
RangeMasker is the masker that masks the left and right quarters with "**".

# Interfaces

Masker is the interface that masks the data.

# Type aliases

No description provided by the author