package
Version:
v0.0.0-...-c1f50d5
Opens a new window with list of versions in this module.
Published: Nov 2, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BlogPost struct {
ID primitive.ObjectID `bson:"_id,omitempty" json:"id"`
Title string `bson:"title" json:"title"`
Content string `bson:"content" json:"content"`
Tags []string `bson:"tags" json:"tags"`
CreatedAt time.Time `bson:"created_at" json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.