Versions in this module Expand all Collapse all v0 v0.2.0 Mar 9, 2023 v0.1.0 Jan 9, 2023 Changes in this version + type IntegerIDHasher interface + Decode func(s string) (int64, error) + Encode func(n int64) (string, error) + type SignClaims map[string]interface + type Signer interface + Sign func(claims SignClaims) (string, error) + Validate func(in string) (SignClaims, error)