Versions in this module Expand all Collapse all v0 v0.92.1 Jun 6, 2026 v0.92.0 Jun 6, 2026 Changes in this version + func Descriptor(backend, app string, svc Service) hub.Descriptor + func RegisterService(backend, app string, svc Service) error + type EntryQuery struct + FeedID int64 + Page ability.PageRequest + Status string + type FeedQuery struct + Page ability.PageRequest + type Service interface + CreateFeed func(ctx context.Context, feedURL string) (*ability.Feed, error) + ListEntries func(ctx context.Context, q *EntryQuery) (*ability.ListResult[ability.Entry], error) + ListFeeds func(ctx context.Context, q *FeedQuery) (*ability.ListResult[ability.Feed], error) + MarkEntryRead func(ctx context.Context, id int64) error + MarkEntryUnread func(ctx context.Context, id int64) error + StarEntry func(ctx context.Context, id int64) error + UnstarEntry func(ctx context.Context, id int64) error