Documentation
¶
Index ¶
- func DeleteFavourite(conn *sql.DB, id string) error
- func DeleteFeed(conn *sql.DB, id int) error
- func DeleteReadLater(conn *sql.DB, id string) error
- func GetArticleName(id string) (string, error)
- func GetArticles(conn *sql.DB, page int, limit int) (schema.PaginationResponse, error)
- func GetArticlesByFeedId(conn *sql.DB, page int, limit int, id int) (schema.PaginationResponse, error)
- func GetFavourites(conn *sql.DB, page int, limit int) (schema.PaginationResponse, error)
- func GetFeeds(conn *sql.DB) ([]schema.RssFeed, error)
- func GetFeedsOpml(conn *sql.DB) ([]byte, error)
- func GetReadLater(conn *sql.DB, page int, limit int) (schema.PaginationResponse, error)
- func InsertArticles(conn *sql.DB, articles []schema.RssItem, feedID int64) error
- func PostFavourite(conn *sql.DB, id string) error
- func PostFeed(conn *sql.DB, postBody schema.RssPostBody) error
- func PostFeedOpml(conn *sql.DB, opmlData []byte) error
- func PostReadLater(conn *sql.DB, id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetArticleName ¶
func GetArticles ¶
func GetArticlesByFeedId ¶
func GetFavourites ¶
func GetReadLater ¶
func InsertArticles ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.