Versions in this module Expand all Collapse all v1 v1.0.1 Jul 19, 2024 v1.0.0 Aug 28, 2022 Changes in this version + func Register(jctx *lib.JournalistContext, fiberApp *fiber.App) v0 v0.0.4 Feb 28, 2022 Changes in this version + func AddOrUpdateFeed(db *db.Database, feedLink string, feedGroup int64, feedUser string) error + func GetApiKey(username string, password string) string + func GetSinceIDFromReq(r *http.Request) int64 + func Server(db *db.Database) + type FeverAPIFavicon struct + Data string + ID int64 + type FeverAPIFeed struct + ID int64 + IsSpark bool + LastUpdatedOnTime int + SiteURL string + Title string + URL string + type FeverAPIFeedsGroup struct + FeedIDs string + GroupID int64 + type FeverAPIGroup struct + ID int64 + Title string + type FeverAPIItem struct + Author string + CreatedOnTime int + FeedID int64 + HTML string + ID int64 + IsRead int + IsSaved int + Title string + URL string + type FeverAPIResponse struct + ApiVersion string + Auth int + Favicons []FeverAPIFavicon + Feeds []FeverAPIFeed + FeedsGroups []FeverAPIFeedsGroup + Groups []FeverAPIGroup + Items []FeverAPIItem + LastRefreshedOnTime int + SavedItemIDs string + TotalItems int + UnreadItemIDs string + type GreaderAPIAccountsClientLoginResponse struct + Auth string + LSID string + SID string + type GreaderAPIUserInfoResponse struct + IsBloggerUser bool + IsMultiLoginEnabled bool + IsPremium bool + SignupTimeSec int + UserEmail string + UserID string + UserName string + UserProfileId string