Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionAnalyzer ¶
type FunctionAnalyzer struct {
Functions []FunctionInfo
}
func NewFunctionAnalyzer ¶
func NewFunctionAnalyzer() *FunctionAnalyzer
func (*FunctionAnalyzer) AnalyzeDirectory ¶
func (fa *FunctionAnalyzer) AnalyzeDirectory(dir string) error
func (*FunctionAnalyzer) AnalyzeFile ¶
func (fa *FunctionAnalyzer) AnalyzeFile(filePath string) error
type FunctionInfo ¶
type FunctionInfo struct { Name string Receiver string Parameters []ParameterInfo Results []ParameterInfo IsMethod bool IsGeneric bool }
type ParameterInfo ¶
Click to show internal directories.
Click to hide internal directories.