Versions in this module Expand all Collapse all v0 v0.0.1 Jan 26, 2026 Changes in this version + type Coder interface + DecodeInt64 func(code string) int64 + DecodeInt64Slice func(code string) []int64 + Encode func(ids ...int64) string + func New(options ...Option) Coder + type Option func(o *encodingConfig) + func WithAlphabet(alphabet string) Option + func WithMinLength(minLength uint8) Option + func WithRandomSalt(saltLength int) Option + func WithSalt(salt string) Option Other modules containing this package github.com/hdget/utils