package
Version:
v0.0.0-...-b22f1a0
Opens a new window with list of versions in this module.
Published: Jul 12, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Post struct {
UID string `json:"uid" gorm:"primary"`
Title string `json:"title"`
Content string `json:"content"`
Slug string `json:"slug" gorm:"uniqueIndex`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.