Versions in this module Expand all Collapse all v1 v1.0.4 Sep 8, 2024 Changes in this version + func WithDebugMode() option + func WithFixedMaskString(maskStr string) option + func WithMaskFunc(maskFunc func(field any) string) option v1.0.3 Sep 7, 2024 Changes in this version + type Masker interface + Mask func(data string, maskPaths []string) (string, error) + func NewMasker(maskPaths []string, opts ...option) Masker