add TagInfo, TagFollow, TagUnfollow and TagsFollowed
This commit is contained in:
parent
f59d7e630f
commit
481c724c6d
3 changed files with 331 additions and 7 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue