PIIRedactor PII脱敏器
| 13 | |
| 14 | // PIIRedactor PII脱敏器 |
| 15 | type PIIRedactor struct { |
| 16 | detector PIIDetector |
| 17 | replacer map[PIIType]string |
| 18 | } |
| 19 | |
| 20 | // NewPIIRedactor 创建PII脱敏器 |
| 21 | func NewPIIRedactor(detector PIIDetector) *PIIRedactor { |
nothing calls this directly
no outgoing calls
no test coverage detected