Versions in this module Expand all Collapse all v1 v1.2.0 Aug 17, 2021 v1.0.0 Jun 7, 2021 Changes in this version + type Account struct + ID int + LastLoginDate string + Password string + RegDate string + Status int + UserId string + UserName string + type AccountList struct + List []*Account + Total int64 + type Article struct + Body template.HTML + Brief string + Catalog string + CreateTime time.Time + Icon string + Id string + NickName string + Origin string + Title string + UserID int + Visited int + type ArticleList struct + List []*Article + Total int64 + type CusLink struct + Adddate string + Catid string + Id int + LinkType string + Status int + Title string + Updatedate string + Url string + Visited int + type CusLinkList struct + List []*CusLink + Total int64 + type Index struct + Articles []*Article + Backend *LinkGroup + Common []*Link + CusLinks []*CusLink + Frontend *LinkGroup + Hot *LinkGroup + Info []*Link + Other *LinkGroup + type Link struct + Brief template.HTML + Catid string + CreateTime string + Icon string + Id string + LinkType string + Title string + Url string + Visited int + type LinkCat struct + CatName string + ID string + type LinkCatList struct + List []*LinkCat + type LinkGroup struct + Active *OneGroup + Rests []*OneGroup + type LinkList struct + List []*Link + Total int64 + type OneGroup struct + CatId string + Items []*Link + Name string + Size int + type OneGroups []*OneGroup + func (s OneGroups) Len() int + func (s OneGroups) Less(i, j int) bool + func (s OneGroups) Swap(i, j int) + type Pager struct + Page int + Size int + type Search struct + CatId string + Id string + Title string + Url string + type SearchPager struct + type Token struct + Code string + UserId string