Versions in this module Expand all Collapse all v0 v0.0.17 Aug 24, 2024 v0.0.16 Aug 23, 2024 Changes in this version + type DlpConf struct + Global struct{ ... } + MaskRules []MaskRuleItem + Rules []RuleItem + func NewDlpConf(confString []byte) (*DlpConf, error) + func NewDlpConfByPath(confPath string) (*DlpConf, error) + func (I *DlpConf) Verify() error + type MaskRuleItem struct + IgnoreCharSet string + IgnoreKind []string + Length int32 + MaskType string + Offset int32 + Padding int32 + Reverse bool + RuleName string + Value string + type RuleItem struct + CnName string + Description string + Detect struct{ ... } + EnName string + ExtInfo map[string]string + Filter struct{ ... } + InfoType string + Level string + Mask string + RuleID int32 + Verify struct{ ... }