Versions in this module Expand all Collapse all v0 v0.1.0 Feb 25, 2018 Changes in this version + const TypeArray + const TypeBoolean + const TypeInteger + const TypeNumber + const TypeObject + const TypeString + func New(build *buildcontext.Context, program *loader.Program) output.Command + type Enum struct + Description string + Name string + Pos token.Pos + Value string + XGoName string + type Schema struct + Description string + Enum []Enum + Name string + Pos token.Pos + Properties []SchemaProperty + Required []string + Type Type + XGoName string + XGoType string + func ParsePackageInfo(info *loader.PackageInfo, findDescription bool) ([]*Schema, error) + func ParseStruct(info *loader.PackageInfo, sorted bypos.Sorted, ob types.Object, ...) *Schema + type SchemaProperty struct + Depends []token.Pos + Description string + Name string + Required bool + Type Type + XGoName string + XGoType string + type Type string + func ParseType(ob types.Object) Type