Creator hub

This commit is contained in:
2024-02-11 13:12:37 +08:00
parent 4dbbb423e7
commit a5d6071bef
39 changed files with 1015 additions and 257 deletions

View File

@ -5,6 +5,7 @@ import "time"
type Post struct {
BaseModel
// TODO Introduce thumbnail
Alias string `json:"alias" gorm:"uniqueIndex"`
Title string `json:"title"`
Content string `json:"content"`