Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { Version() []byte Tweets() []byte Tweet(id string) []byte RequestLimits(id string, window time.Duration) []byte TweetUsernameRatingKey(username string) []byte TweetRatings() []byte SentTweet(link string) []byte EditingTweet(id string) []byte EditingTweets() []byte TelegramSessionStorage() []byte TwitterAccount(login string) []byte TwitterAccounts() []byte Cookie(login string) []byte }
func NewBuilder ¶
func NewBuilder() Builder
Click to show internal directories.
Click to hide internal directories.