Documentation ¶ Index ¶ func NewSchema(schema ...string) (*base.IndexedSchema, error) func NewSchemaWithoutReferenceValidation(schema ...string) (*base.IndexedSchema, error) type Compiler func NewCompiler(w bool, sch *ast.Schema) *Compiler func (t *Compiler) Compile() (sch *base.IndexedSchema, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewSchema ¶ func NewSchema(schema ...string) (*base.IndexedSchema, error) NewSchema - func NewSchemaWithoutReferenceValidation ¶ func NewSchemaWithoutReferenceValidation(schema ...string) (*base.IndexedSchema, error) NewSchemaWithoutReferenceValidation - Types ¶ type Compiler ¶ type Compiler struct { // contains filtered or unexported fields } Compiler - func NewCompiler ¶ func NewCompiler(w bool, sch *ast.Schema) *Compiler NewCompiler - func (*Compiler) Compile ¶ func (t *Compiler) Compile() (sch *base.IndexedSchema, err error) Compile - Source Files ¶ View all Source files compiler.go Click to show internal directories. Click to hide internal directories.