package
Version:
v0.0.0-...-eda2346
Opens a new window with list of versions in this module.
Published: Jun 20, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const ServiceDBArticleCollection = "article"
type Article struct {
ID string `bson:"id"`
Title string `bson:"title"`
Summary string `bson:"summary"`
Content string `bson:"content"`
CreateByUserID string `bson:"create_by_user_id"`
TotalReadTimes int `bson:"total_read_times"`
CreateAt string `bson:"create_at"`
}
func (*Article) Save ¶
Create a new article when ID is empty
Or else update title,summary,content
it usually be cache in the frontend
get the latest 4 articles
Source Files
¶
Click to show internal directories.
Click to hide internal directories.