Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TwitterAPIClient ¶
type TwitterAPIClient struct {
// contains filtered or unexported fields
}
func GetTwitterClient ¶
func GetTwitterClient(clientId, clientSecret string, cacheTTL int) TwitterAPIClient
func (TwitterAPIClient) Search ¶
func (t TwitterAPIClient) Search(searchKey string, search *twitter.SearchTweetParams) (*twitter.Search, error)
type TwitterHarness ¶
type TwitterTestClient ¶
type TwitterTestClient struct {
// contains filtered or unexported fields
}
func CreateTwitterTestClient ¶
func CreateTwitterTestClient(h TwitterHarness) TwitterTestClient
func (TwitterTestClient) Search ¶
func (ttc TwitterTestClient) Search(s string, p *twitter.SearchTweetParams) (*twitter.Search, error)
Click to show internal directories.
Click to hide internal directories.