Documentation
¶
Index ¶
- func Decode(opaqueKey string) ([]byte, error)
- func DecodeToString(opaqueKey string) (string, error)
- func Encode(internalKey []byte) string
- func EncodeString(internalKey string) string
- func FromOpaque(opaqueKey string) (string, error)deprecated
- func ToOpaque(internalKey string) (string, error)deprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode de-obfuscates (decrypts) internal keys to be used as pagination cursors sent to frontend
func DecodeToString ¶
DecodeToString de-obfuscates (decrypts) internal keys to be used as pagination cursors sent to frontend
func Encode ¶
Encode obfuscates (encrypts) internal keys to be used as pagination cursors sent to frontend
func EncodeString ¶
EncodeString obfuscates (encrypts) internal keys to be used as pagination cursors sent to frontend
func FromOpaque
deprecated
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.