package
Version:
v0.0.0-...-f3e824b
Opens a new window with list of versions in this module.
Published: Jul 6, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BlogDoc struct {
Slug string `bson:"slug" json:"slug"`
Views int64 `bson:"views" json:"views"`
}
GetBlog will give the BlogDoc upon a slug
UpdateBlog will update the blog
Source Files
¶
Click to show internal directories.
Click to hide internal directories.