Documentation ¶
Index ¶
Constants ¶
View Source
const EnvMonacoSupportArchiveMaskKeys = "MONACO_SUPPORT_ARCHIVE_MASKED_KEYS"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Email ¶ added in v2.11.0
type Email string
Email is a string that masks parts of its string representation if it's an email. If it's no valid email address the value is unchanged
type MaskedString ¶
type MaskedString string
MaskedString is a string that does not return its value
func (MaskedString) String ¶
func (s MaskedString) String() string
func (MaskedString) Value ¶
func (s MaskedString) Value() string
Value returns the actual sensitive information as string
Click to show internal directories.
Click to hide internal directories.