Versions in this module Expand all Collapse all v0 v0.0.2 Feb 1, 2022 Changes in this version + func IsPrimitive(t string) bool + type Annotation struct + Key string + Values []string + type Dir struct + type Field struct + Annotations []Annotation + Name string + Type string + type Kind string + const Alias + const Interface + const Struct + type Method struct + Annotations []Annotation + Name string + Params []Field + Results []Field + type Package struct + Build *build.Package + PkgImportPath string + PkgName string + Types map[string]*Type + func ParseDir(path string) (*Package, error) + func ParsePkg(pkg *ast.Package, buildPkg *build.Package) (*Package, error) + type Type struct + Annotations []Annotation + Fields []Field + Kind Kind + Methods []Method + Name string