Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FieldComments ¶
type FieldComments struct { TypeComments Fields *ast.FieldList }
type Finder ¶
type Finder interface { Filter(os.FileInfo) bool Package(PackageComments) error Func(FuncComments) error Type(TypeComments) error Field(FieldComments) error }
type FuncComments ¶
type FuncComments struct { PackageComments Func *ast.FuncDecl }
type PackageComments ¶
type TypeComments ¶
type TypeComments struct { PackageComments Decl *ast.GenDecl Type *ast.TypeSpec }
Click to show internal directories.
Click to hide internal directories.