add TagInfo, TagFollow, TagUnfollow and TagsFollowed

This commit is contained in:
Rasmus Lindroth 2022-12-30 11:55:06 +01:00
parent f59d7e630f
commit 481c724c6d
3 changed files with 331 additions and 7 deletions

View file

@ -251,13 +251,6 @@ type Mention struct {
ID ID `json:"id"`
}
// Tag hold information for tag.
type Tag struct {
Name string `json:"name"`
URL string `json:"url"`
History []History `json:"history"`
}
// History hold information for history.
type History struct {
Day string `json:"day"`