Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TwitterTrend ¶
type TwitterTrend []struct { Trends []struct { Name string `json:"name"` URL string `json:"url"` PromotedContent interface{} `json:"promoted_content"` Query string `json:"query"` TweetVolume int `json:"tweet_volume"` } `json:"trends"` AsOf time.Time `json:"as_of"` CreatedAt time.Time `json:"created_at"` Locations []struct { Name string `json:"name"` Woeid int `json:"woeid"` } `json:"locations"` }
TwitterTrend structure contains json structure returned by the Twitter trend API response.
type Twitterbeat ¶
type Twitterbeat struct {
// contains filtered or unexported fields
}
Twitterbeat configuration.
Click to show internal directories.
Click to hide internal directories.