Versions in this module Expand all Collapse all v0 v0.2.0 Dec 6, 2022 Changes in this version + type ID uint64 + func (id *ID) UnmarshalJSON(data []byte) error + func (id ID) MarshalJSON() ([]byte, error) + func (id ID) String() string + type IDGenerator interface + NextID func() ID + func NewIDGenerator() (IDGenerator, error) v0.1.4 Sep 21, 2022 v0.1.3 Sep 21, 2022 v0.1.2 Oct 15, 2021 Changes in this version + func GenID(raw string) string