Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/a-h/generate
/ types & classes
Types & classes
10 in github.com/a-h/generate
⨍
Functions
87
◇
Types & classes
10
↓ 1 callers
TypeAlias
AdditionalProperties
AdditionalProperties handles additional properties present in the JSON schema.
jsonschema.go:10
Struct
Address
cmd/schema-generate/marshal_test.go:33
Struct
Example
cmd/schema-generate/marshal_test.go:44
Struct
Field
Field defines the data required to generate a field in Go.
generator.go:388
Struct
Generator
Generator will produce structs from the JSON schema.
generator.go:12
Struct
RefResolver
RefResolver allows references to be resolved.
refresolver.go:11
Struct
Root
Root is an example of a generated type.
generator_test.go:779
Struct
Schema
Schema represents JSON schema.
jsonschema.go:13
Struct
Status
cmd/schema-generate/marshal_test.go:50
Struct
Struct
Struct defines the data required to generate a struct in Go.
generator.go:374