Versions in this module Expand all Collapse all v1 v1.1.0 Dec 4, 2022 v1.0.0 Dec 4, 2022 Changes in this version + const MASKTYPE_ALGO + const MASKTYPE_CHAR + const MASKTYPE_REPLACE + const MASKTYPE_TAG + const MASK_ALGO_BASE64 + const MASK_ALGO_CRC32 + const MASK_ALGO_MD5 + const MASK_UNKNOWN_TAG + type MaskAPI interface + GetRuleName func() string + Mask func(string) (string, error) + MaskResult func(*dlpheader.DetectResult) error + func NewMaskWorker(rule conf.MaskRuleItem, p dlpheader.EngineAPI) (MaskAPI, error) + type MaskWorker struct + func (I *MaskWorker) GetRuleName() string + func (I *MaskWorker) Mask(in string) (string, error) + func (I *MaskWorker) MaskResult(res *dlpheader.DetectResult) error