-
Notifications
You must be signed in to change notification settings - Fork 555
Open
Description
type DetailInfo struct { Summary Summary
json:"summary"Detail map[string]*Url_Request_Info
json:"detail"`
}
type Summary struct {
Url_Request_Info Url_Request_Info json:"url_request_info"
Paths []string json:"paths"
}
type Url_Request_Info struct{
Total int json:"total"
Code_200 int json:"code_200"
Code_400 int json:"code_400"
Code_403 int json:"code_403"
Code_404 int json:"code_404"
Code_408 int json:"code_408"
Code_500 int json:"code_500"
Code_503 int json:"code_503"
}`
Metadata
Metadata
Assignees
Labels
No labels