Versions in this module Expand all Collapse all v0 v0.3.1 Oct 13, 2023 v0.3.0 Aug 20, 2023 Changes in this version + func Extract(pkgs []*packages.Package) map[string]map[string]*Decl + func GetStructDoc(f *ast.File, packageName string) map[string]string + type Decl struct + ActualNamedType *types.Named + Fields map[string]Field + FilePath string + Methods []Method + type Field struct + Fn string + Kind string + Methods []string + type Method struct + TypFuc *types.Func + func (m Method) String() string