Versions in this module Expand all Collapse all v0 v0.1.0 May 7, 2021 Changes in this version + const CollectionAccount + const CollectionArticle + const CollectionBlogger + const CollectionCounter + const CollectionSerie + const CounterNameArticle + const CounterNameSerie + const MongoDBName + type Account struct + Address string + CreatedAt time.Time + Email string + LoginAt time.Time + LoginIP string + LoginUA string + LogoutAt time.Time + Password string + PhoneN string + Username string + type Article struct + Author string + Content string + Count int + CreatedAt time.Time + DeletedAt time.Time + ID int + IsDraft bool + SerieID int + Slug string + Tags pq.StringArray + Title string + UpdatedAt time.Time + type Blogger struct + ArchivesSay string + BTitle string + BeiAn string + BlogName string + Copyright string + SeriesSay string + SubTitle string + type EiBlog struct + Account Account + Articles []Article + Blogger Blogger + Series []Serie + type Serie struct + CreatedAt time.Time + Desc string + ID int + Name string + Slug string