Versions in this module Expand all Collapse all v0 v0.3.3 Jan 12, 2025 v0.3.2 Dec 24, 2024 v0.3.1 Dec 24, 2024 v0.3.0 Dec 23, 2024 v0.2.0 Dec 23, 2024 v0.1.0 Dec 21, 2024 Changes in this version + type FeedCreateForm struct + FolderID *int64 + Url string + type FeverFavicon struct + Data string + ID int64 + type FeverFeed struct + FaviconID int64 + ID int64 + IsSpark int + LastUpdated int64 + SiteUrl string + Title string + Url string + type FeverFeedsGroup struct + FeedIDs string + GroupID int64 + type FeverGroup struct + ID int64 + Title string + type FeverItem struct + Author string + CreatedAt int64 + FeedID int64 + HTML string + ID int64 + IsRead int + IsSaved int + Title string + Url string + type FolderCreateForm struct + Title string + type FolderUpdateForm struct + IsExpanded *bool + Title *string + type ItemUpdateForm struct + Status *storage.ItemStatus + type Server struct + Addr string + BasePath string + CertFile string + KeyFile string + Password string + Username string + func NewServer(db *storage.Storage, addr string) *Server + func (h *Server) GetAddr() string + func (s *Server) Start()