Versions in this module Expand all Collapse all v0 v0.13.1 Feb 20, 2026 v0.13.0 Feb 6, 2026 Changes in this version + var ErrInvalidCursor = errors.New("invalid cursor") + var ErrVersionMismatch = errors.New("cursor version mismatch") + func Base62Decode(s string) (string, error) + func Base62Encode(s string) string + func Decode(encoded string, resource string, version int) (string, error) + func Encode(resource string, version int, data string) string