Versions in this module Expand all Collapse all v0 v0.0.1 May 19, 2024 Changes in this version + func Gen(config Config) error + type Config struct + Out io.Writer + PackageName string + Schemas []*jsonschema.Schema + ShouldGenerate func(schema *jsonschema.Schema) bool + type PathConfig struct + Bind string + Location string + type StructField struct + Name string + Tags string + Type string + func (f StructField) IsEmbedded() bool