Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoFile ¶
type GoFile struct { Package string Path string ImportPath string GlobalConstants []*GoType GlobalVariables []*GoType Structs []*GoStruct Interfaces []*GoInterface Imports []*GoImport StructMethods []*GoStructMethod }
type GoInterface ¶
type GoStructMethod ¶
Click to show internal directories.
Click to hide internal directories.