Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ast ¶
type Filter ¶
type Filter struct {
PathInfo
LineInfos LineInfosType
}
type LineInfosType ¶
type LineInfosType []LineInfo
type Scanner ¶
type Scanner interface {
Filters(root string) (filters Filters, ok bool)
RemoveComment(root string) (ok bool)
}
func NewScanner ¶
func NewScanner() Scanner
type StructType ¶
type StructType interface {
Ast
// contains filtered or unexported methods
}
func NewStructType ¶
func NewStructType() StructType
Source Files
¶
Click to show internal directories.
Click to hide internal directories.