Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Annotation ¶
type Ast ¶
type Ast struct { Path string Name string Pkg string Values []*ValueSpec Structs []*StructSpec Interfaces []*InterfaceSpec Funcs []*FuncSpec Ast *ast.File }
type FuncSpec ¶
type FuncSpec struct { Pkg string Name string Comments []string Params []*ParamSpec Returns []*ReturnSpec }
type InterfaceSpec ¶
type InterfaceSpec struct { Pkg string Name string Type token.Pos Comments []string Methods []*MethodSpec Annotations []*Annotation }
type MethodSpec ¶
type PackageSpec ¶
type PackageSpec struct { Pkg string Alias string Structs []*StructSpec Interfaces []*InterfaceSpec Funcs []*FuncSpec }
type ReturnSpec ¶
type StructSpec ¶
type StructSpec struct { Pkg string Alias string Name string Type token.Pos Comments []string Fields []*FieldSpec Methods []*MethodSpec Annotations []*Annotation }
Click to show internal directories.
Click to hide internal directories.