Forráskód Böngészése

Add tags to forum posts

Svilen Markov 1 éve
szülő
commit
0a55c12f4f
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      internal/feed/primitives.go

+ 1 - 0
internal/feed/primitives.go

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