You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}`
The text was updated successfully, but these errors were encountered:
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"
}`
The text was updated successfully, but these errors were encountered: