Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Value ¶
func (*Value) String ¶
Returns a string representation of the value that is safe to log. Secret values will be truncated to 72 bytes and hashed with bcrypt, if possible. To help with debugging, users can check if a known value matches this hash with something like: go install github.com/shoenig/bcrypt-tool@latest bcrypt-tool match "expected value" '$2a$10$KnownValueHash...'
Click to show internal directories.
Click to hide internal directories.