# Functions

func GetAllRouterAndCount() (res []model.Api, err error) { if res, err = mysql.GetAllRouterAndCount(); err != nil { return nil, err } else { return res, nil } }.
func GetCountBytime() (timeList, countList string, err error) { if timeList, countList, err = redis.GetTimeAndCountList(); err != nil { fmt.Println(err) return } else { return }}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
拿到单个API被哪些IP调用或单个IP调用了哪些API prefix即为需要查看的.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author