Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccount ¶
func NewAccount(db *sqlx.DB) repository.Account
func NewAttachment ¶
func NewAttachment(db *sqlx.DB) repository.Attachment
func NewFavorite ¶
func NewFavorite(db *sqlx.DB) repository.Favorite
func NewTimeline ¶
func NewTimeline(db *sqlx.DB) repository.Timeline
Types ¶
type Dao ¶
type Dao interface { // Get Account repository Account() repository.Account // Get Status repository Status() repository.Status // Get Timeline repository Timeline() repository.Timeline // Get Attachment repository Attachment() repository.Attachment // Clear ALl date in DB InitAll() error // Get Like repository Favorite() repository.Favorite }
Click to show internal directories.
Click to hide internal directories.