Versions in this module Expand all Collapse all v0 v0.1.0 May 7, 2025 Changes in this version + type Declaration struct + Data interface{} + Position int + Type string + type GoConstant struct + Comment string + Doc string + Name string + Type string + Value string + type GoField struct + Comment string + Doc string + Name string + Tag string + Type string + type GoFunction struct + Body string + Code string + Doc string + Name string + Receiver *GoReceiver + Signature string + type GoImport struct + Alias string + Comment string + Doc string + Path string + type GoMethod struct + Comment string + Doc string + Name string + Signature string + type GoPackage struct + Constants []GoConstant + Functions []GoFunction + Imports []GoImport + LicenseHeader string + Name string + PackageDoc string + Types []GoType + Variables []GoVariable + type GoReceiver struct + Name string + Type string + type GoType struct + AliasOf string + Code string + Doc string + Fields []GoField + InterfaceMethods []GoMethod + Kind string + Name string + UnderlyingType string + type GoVariable struct + Comment string + Doc string + Name string + Type string + Value string