Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessTokenPersistence ¶
func (AccessTokenPersistence) AddOrUpdate ¶
func (p AccessTokenPersistence) AddOrUpdate(user_id int64, token string, secret string) error
func (AccessTokenPersistence) Delete ¶
func (p AccessTokenPersistence) Delete(user_id int64) error
func (AccessTokenPersistence) Prepare ¶
func (p AccessTokenPersistence) Prepare() error
type TweetDAO ¶
func (*TweetDAO) GetByTweet ¶
type UserPersistence ¶
func (UserPersistence) Prepare ¶
func (p UserPersistence) Prepare() error
Click to show internal directories.
Click to hide internal directories.