gateway

package
v0.0.0-...-e3c5015 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2017 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPTweets

type HTTPTweets struct {
	Client *http.Client
	URL    string
}

HTTPTweets is the gateway to get tweets over http

func (*HTTPTweets) Tweets

func (t *HTTPTweets) Tweets(query string, offset string) domain.Tweets

Tweets return a stream of tweets for a given search query

type Tweets

type Tweets interface {
	Tweets(query string, offset string) domain.Tweets
}

Tweets is a gateway to a tweet producing service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL