Versions in this module Expand all Collapse all v0 v0.1.1 Dec 21, 2025 Changes in this version + var Tags = map[Enum]string + var Translations = map[Enum]string + var Types = map[string]Enum + type Enum int + const EnumValue1 + const EnumValue2 + const EnumValue3 + const EnumValue4 + const EnumValue5 + const Undefined + func (t *Enum) Scan(src any) error + func (t *Enum) UnmarshalJSON(data []byte) error + func (t Enum) MarshalJSON() ([]byte, error) + func (t Enum) String() string + func (t Enum) Value() (driver.Value, error)