Versions in this module Expand all Collapse all v0 v0.1.1 Sep 10, 2024 v0.1.0 Mar 10, 2024 Changes in this version + var StringRedactor = func(s string) string + func ContainsRedacted(x interface{}) bool + func SetEnabled(b bool) + func String(s string) string + func Value(v interface{}) interface + type MaskedString string + func (s MaskedString) MarshalText() (text []byte, err error) + func (s MaskedString) Redacted() interface{} + func (s MaskedString) String() string + type Redactor interface + Redacted func() interface{}