Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeHashAndHexEncode ¶ added in v1.36.7
func DecodeHashAndHexEncode(v interface{}) string
func String ¶
String hashes a string to a unique hashcode.
crc32 returns a uint32, but for our use we need and non negative integer. Here we cast to an integer and invert it if the result is negative.
func TryBase64EncodeString ¶ added in v1.36.7
TryBase64EncodeString will encode a string with base64. If the string is already base64 encoded, returns it directly.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.