Versions in this module Expand all Collapse all v0 v0.12.3 Apr 25, 2022 v0.12.2 Apr 14, 2022 Changes in this version + type Field struct + type Fields []Field + type RawJsonMask struct + func New() *RawJsonMask + func (jm *RawJsonMask) AddFunc(name string, f func(string) string) + func (jm *RawJsonMask) Fields(str interface{}, tag string) Fields + func (jm *RawJsonMask) Mask(src []byte, fields Fields) ([]byte, error)