Remove database

This commit is contained in:
Dave Gallant
2022-08-21 14:35:43 +00:00
parent e9c470a817
commit dcfc3231ab
9 changed files with 37 additions and 82 deletions

View File

@@ -14,6 +14,7 @@ type Topic struct {
PostTime string `json:"post_time"`
LastPostTime string `json:"last_post_time"`
Votes Votes
Score string `json:",omitempty"`
} // @name Topic
type Votes struct {