feat: get answer ID and fragment scrolling

This commit is contained in:
httpjamesm 2023-02-14 19:55:17 -05:00
parent 6bfed5a9e3
commit cc9e549aaf
No known key found for this signature in database
4 changed files with 11 additions and 1 deletions

View file

@ -3,6 +3,8 @@ package types
import "html/template"
type FilteredAnswer struct {
ID string
Upvotes string
IsAccepted bool