Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2024 v0.1.1 Nov 16, 2022 Changes in this version + type Enum struct + func FromFile(f *fs.File) *Enum + func New(name string, content T) *Enum + func (e *Enum) Check() error + func (e *Enum) GetAST() (schema.ASTNode, error) + func (e *Enum) Len() (uint, error) + func (e *Enum) Values() ([]Value, error) + type Value struct + Comment string + Type schema.SchemaType + Value bytes.Bytes