Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SanitizedString ¶ added in v5.13.1
type SanitizedString string
SanitizedString wraps a string that has been sanitized to prevent log injection. It implements slog.LogValuer to ensure gosec recognizes it as safe for logging.
func (SanitizedString) LogValue ¶ added in v5.13.1
func (s SanitizedString) LogValue() slog.Value
Click to show internal directories.
Click to hide internal directories.