Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bookmark ¶
type Bookmark struct {
ID uint64 `boltholdKey:"ID"`
URL string
Info PageInfo
Tags []string
PreserveTitle bool
TimestampCreated time.Time
TimestampLastScraped time.Time
}
func (Bookmark) DisplayTitle ¶ added in v0.1.1
type BookmarkInfo ¶ added in v0.0.30
type BookmarkInfo struct {
Bookmarks int
}
type BookmarkSearchResult ¶ added in v0.1.0
type DBStats ¶ added in v0.0.30
func (DBStats) MostRecentBookmarkInfo ¶ added in v0.0.31
func (stats DBStats) MostRecentBookmarkInfo() BookmarkInfo
Click to show internal directories.
Click to hide internal directories.