add argstr

pull/14/head
Yasuhiro Matsumoto 2017-04-15 23:21:37 +09:00
parent 6e7ed9d9d9
commit 05c270286a
1 changed files with 6 additions and 0 deletions

View File

@ -135,3 +135,9 @@ type Attachment struct {
PreviewURL string `json:"preview_url"`
TextURL string `json:"text_url"`
}
type Results struct {
Accounts []*Account `json:"accounts"`
Statuses []*Status `json:"statuses"`
Hashtags []string `json:"hashtags"`
}