Documentation ¶
Index ¶
- Constants
- func ConvertID(id int64) []byte
- type Bolt
- func (s *Bolt) Close() error
- func (s *Bolt) DeleteFeeds() error
- func (s *Bolt) GetEntries(status string) (*orderedmap.OrderedMap, error)
- func (s *Bolt) GetFeeds() (*orderedmap.OrderedMap, error)
- func (s *Bolt) Init() error
- func (s *Bolt) MarkEntry(id string, status string) error
- func (s *Bolt) SaveEntries(entries miniflux.Entries, dateFormat string) error
- func (s *Bolt) SendReadEntries() error
- func (s *Bolt) Sync(dateFormat string, sort *config.Sort) error
- func (s *Bolt) SyncFeeds(feeds miniflux.Feeds) error
- type Entry
Constants ¶
View Source
const BucketEntriesRead string = "entries/read"
BucketEntriesRead - read entries bucket
View Source
const BucketEntriesUnread string = "entries/unread"
BucketEntriesUnread - unread entries bucket
View Source
const BucketFeeds string = "feeds"
BucketFeeds - feeds bucket
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bolt ¶
Bolt - bbolt db store
func (*Bolt) GetEntries ¶
func (s *Bolt) GetEntries(status string) (*orderedmap.OrderedMap, error)
GetEntries from store
func (*Bolt) GetFeeds ¶
func (s *Bolt) GetFeeds() (*orderedmap.OrderedMap, error)
GetFeeds from store
func (*Bolt) SaveEntries ¶
SaveEntries to entries/unread
func (*Bolt) SendReadEntries ¶
SendReadEntries to miniflux (from entries/read)
Click to show internal directories.
Click to hide internal directories.