Add tags to forum posts

This commit is contained in:
Svilen Markov 2024-06-02 17:50:46 +01:00
parent c07a1ab636
commit 0a55c12f4f

View File

@ -16,6 +16,7 @@ type ForumPost struct {
Score int
Engagement float64
TimePosted time.Time
Tags []string
}
type ForumPosts []ForumPost