Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bookmark ¶
type Bookmark struct {
URL string
AddedDate string
LastModified string
Description string
Title string
Tags []string
// Categories is a flat tree of the categories the bookmark is part of.
// The first category is the top-most, the second a subcategory and so on.
Categories []*Category
}
Bookmark is a bookmark entry.
Click to show internal directories.
Click to hide internal directories.