소스 검색

Add tags to forum posts

Svilen Markov 1 년 전
부모
커밋
0a55c12f4f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      internal/feed/primitives.go

+ 1 - 0
internal/feed/primitives.go

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