Versions in this module Expand all Collapse all v1 v1.2.2 Mar 12, 2026 Changes in this version + type Config struct + Extended bool + MaxArrayLen int + MaxDepth int + MaxFields int + MaxListLimit int + NumTypes int + Seed int64 + func DefaultConfig() Config + type FieldDef struct + GoType string + Imports []string + Name string + Tags string + type Generator struct + func NewGenerator(cfg Config) *Generator + func (g *Generator) Generate() []TypeDef + func (g *Generator) WriteGoSource(packageName string) string + func (g *Generator) WriteRegistry(packageName string) string + type TypeDef struct + Extended bool + Fields []FieldDef + Name string