First cut of the link fields

This commit is contained in:
Leon Mika 2025-03-02 10:46:36 +11:00
parent c5925e16e0
commit 38ebb21a34
8 changed files with 145 additions and 35 deletions

View file

@ -15,6 +15,7 @@ type Post struct {
OwnerID int64
Title string
Body string
Params map[string]string
State PostState
PublishDate time.Time
CreatedAt time.Time