Add tags to forum posts
This commit is contained in:
parent
c07a1ab636
commit
0a55c12f4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue