Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectFramework ¶
DetectFramework scans the project (e.g. go.mod) and returns the framework identifier: "gin", "echo", "fiber", "gorilla", "chi", or "" if unknown. Useful for init so the config file can be pre-filled.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
Analyzer analyzes the codebase to extract API information
func NewAnalyzer ¶
NewAnalyzer creates a new Analyzer
Click to show internal directories.
Click to hide internal directories.