Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRandString ¶
Types ¶
type TweetService ¶
type TweetService struct { Tweets []*Tweet TweetCount int64 // contains filtered or unexported fields }
func NewTweetService ¶
func NewTweetService() *TweetService
func (*TweetService) AddRandTweet ¶
func (t *TweetService) AddRandTweet() (*Tweet, error)
func (*TweetService) GetTweets ¶
func (t *TweetService) GetTweets() []*Tweet
Click to show internal directories.
Click to hide internal directories.