Documentation ¶
Index ¶
- func AllPosts(app core.App, userId, page string) (*search.Result, error)
- func AuthTgSignup(dao *daos.Dao, queryParams, botkeys string) (*models.Record, error)
- func FeedNew(app core.App, link, userId string) ([]*models.Record, error)
- func FeedUpd(app core.App, feedId string) error
- func NotUserFeeds(app core.App, userId string) (*search.Result, error)
- func Posts(app core.App, feedId, period, page string) (*search.Result, error)
- func SubscrFeed(app core.App, feedId, userId string) error
- func UnsubscrFeed(app core.App, feedId, userId string) error
- func UsrFeeds(app core.App, userId string) (*search.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthTgSignup ¶
func NotUserFeeds ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.