Versions in this module Expand all Collapse all v1 v1.2.1 Oct 25, 2023 Changes in this version + type Category struct + CreatedAt string + Cur int + Id int + Name string + UpdatedAt string + type Configure struct + Id int + Name string + Value string + type Page struct + Content string + Id int + Ident string + Title string + type Post struct + CategoryId int + CategoryName string + Content string + CreatedAt time.Time + Description string + Id int + Status int + TagIds []int + TagNames []string + Title string + UpdatedAt time.Time + Views int + type Tag struct + Count int + CreatedAt string + Id int + Name string + UpdatedAt string + type TagPost struct + Id int + PostId int + TagId int + type User struct + Email string + Password string