Documentation ¶
Index ¶
- func AlreadyFollow(userId int64) (bool, error)
- func GenerateCryptoRandInt(max int) (int, error)
- func GenerateCryptoRandIntForFavorite(max int) (int, error)
- func GetNumberOfTweetsBetweenDates(from time.Time, to time.Time) (int, error)
- func HasAlreadyFav(tweetId int64) (bool, error)
- func HasAlreadyReplied(tweetId int64) (bool, error)
- func HasTweetWithContent(content string) (bool, error)
- func Init() (*sql.DB, error)
- type Favorite
- type Follow
- type Reply
- type Tweet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlreadyFollow ¶
func GenerateCryptoRandInt ¶
func HasAlreadyFav ¶
func HasAlreadyReplied ¶
func HasTweetWithContent ¶
Types ¶
type Favorite ¶
type Follow ¶
Click to show internal directories.
Click to hide internal directories.