Versions in this module Expand all Collapse all v0 v0.0.5 Aug 26, 2022 Changes in this version + type HID struct + HashID *hashids.HashID + func NewHID(key string, alphabet string) (x *HID, err error) + func (x *HID) Decode(value string) ([]int, error) + func (x *HID) Encode(value []int) (string, error)