Logging
Mask Logging
implement StringWithMask to hide sensitive information like password in your logging
type StringWithMask interface {
StringWithMask(mask string) string
}
implement StringWithMask to hide sensitive information like password in your logging
type StringWithMask interface {
StringWithMask(mask string) string
}