Versions in this module Expand all Collapse all v0 v0.1.0 Feb 23, 2026 Changes in this version + type FieldIR struct + EnumValues []string + Modifiers []ModifierIR + Name string + SourceLine int + Type string + type HooksIR struct + AfterCreate []JobRefIR + AfterUpdate []JobRefIR + type JobRefIR struct + Kind string + Queue string + type ModifierIR struct + SourceLine int + Type string + Value interface{} + type ParseResult struct + Errors []error + Resources []ResourceIR + func ParseDir(dir string) (*ParseResult, error) + func ParseFile(path string) (*ParseResult, error) + func ParseString(source, filename string) (*ParseResult, error) + type PermissionsIR map[string][]string + type RelationshipIR struct + Eager bool + Name string + OnDelete string + Optional bool + SourceLine int + Table string + Type string + type ResourceIR struct + Fields []FieldIR + HasTimestamps bool + Name string + Options ResourceOptionsIR + Relationships []RelationshipIR + SourceFile string + SourceLine int + type ResourceOptionsIR struct + Auditable bool + Hooks HooksIR + Permissions PermissionsIR + Searchable bool + SoftDelete bool + TenantScoped bool