Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PIIDetector ¶
type PIIDetector struct {
// contains filtered or unexported fields
}
func NewPIIDetector ¶
func NewPIIDetector() *PIIDetector
func (*PIIDetector) Detect ¶
func (d *PIIDetector) Detect(input string) []PIIFinding
func (*PIIDetector) HasPII ¶
func (d *PIIDetector) HasPII(input string) bool
func (*PIIDetector) Redact ¶
func (d *PIIDetector) Redact(input string) string
Click to show internal directories.
Click to hide internal directories.