Documentation ¶
Index ¶
Constants ¶
View Source
const TWEETS_COLLECTION = "tweets"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoTweetCollection ¶
type MongoTweetCollection struct {
// contains filtered or unexported fields
}
func (*MongoTweetCollection) Count ¶
func (u *MongoTweetCollection) Count() (int64, error)
func (*MongoTweetCollection) FindAll ¶
func (u *MongoTweetCollection) FindAll() (*[]Tweet, error)
type TweetSentment ¶
Click to show internal directories.
Click to hide internal directories.