feat: question tags

This commit is contained in:
httpjamesm 2023-02-04 13:40:57 -05:00
parent c87ce26da8
commit 69d96d646d
No known key found for this signature in database
5 changed files with 37 additions and 1 deletions

View file

@ -10,4 +10,5 @@ type FilteredQuestion struct {
AuthorURL string
ShortenedBody string
Comments []FilteredComment
Tags []string
}