Versions in this module Expand all Collapse all v1 v1.0.0 Aug 28, 2024 Changes in this version + const IDLength + type ID struct + func FromBytes(serializedID []byte) (*ID, error) + func GenerateID() (*ID, error) + func (id *ID) Deserialize(r io.Reader) error + func (id *ID) IsEqual(other *ID) bool + func (id *ID) Serialize(w io.Writer) error + func (id *ID) SerializeToBytes() ([]byte, error) + func (id *ID) String() string