Documentation ¶ Index ¶ func GenerateAST(schemaReader io.Reader, c Config) (*ast.Schema, error) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenerateAST ¶ func GenerateAST(schemaReader io.Reader, c Config) (*ast.Schema, error) Types ¶ type Config ¶ type Config struct { // Package name used to generate code into. Package string SchemaMetadata ast.SchemaMeta // Path to the schema file, if any. SchemaPath string } Source Files ¶ View all Source files generator.goutils.go Click to show internal directories. Click to hide internal directories.