Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config = OrdersConfigT{ FuncCheck: true, VarCheck: true, }
Functions ¶
This section is empty.
Types ¶
type FileChecker ¶
type FileChecker struct {
// contains filtered or unexported fields
}
func NewFileChecker ¶
func NewFileChecker(srcFile *token.File) *FileChecker
func (*FileChecker) Check ¶
func (fc *FileChecker) Check()
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
type OrdersConfigT ¶
type SymbolCollector ¶
type SymbolCollector struct {
// contains filtered or unexported fields
}
func NewCollector ¶
func NewCollector(srcFile *token.File) *SymbolCollector
Source Files ¶
Click to show internal directories.
Click to hide internal directories.