Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analysis ¶
type Analysis struct {
BaseURL string `json:"base_url"`
Specification *parser.Specification `json:"specification"`
Timestamp time.Time `json:"timestamp"`
Insights []string `json:"insights"`
EndpointInfo map[string]EndpointAnalysis `json:"endpoint_info"`
}
func AnalyzeAPI ¶
func AnalyzeAPI(baseURL string, spec *parser.Specification) (*Analysis, error)
Click to show internal directories.
Click to hide internal directories.