Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImportPath ¶
Types ¶
type InterfaceCollector ¶ added in v0.1.4
type InterfaceCollector struct { Interfaces []InterfaceMeta Package PackageMeta }
type InterfaceMeta ¶ added in v0.1.4
type InterfaceMeta struct { Name string Methods []MethodMeta Comments []string }
type MethodMeta ¶ added in v0.1.4
type PackageMeta ¶
type PackageMeta struct {
Name string
}
type StructCollector ¶
type StructCollector struct { Structs []StructMeta Package PackageMeta }
func (*StructCollector) FlatEmbed ¶
func (sc *StructCollector) FlatEmbed() []StructMeta
type StructMeta ¶
Click to show internal directories.
Click to hide internal directories.