Documentation
¶
Index ¶
- func AddBookmark(url string) (title string, err error)
- func ArchiveBookmark(uuid string) (err error)
- func DeleteBookmark(uuid string) (err error)
- func GetHostFromURL(inputURL string) string
- func GetPageTitle(inputURL string) (title string, err error)
- func InitializeDatabase() (err error)
- func PrintBookmarkTable(bookmarks []Bookmark, printURLs bool, printIDs bool)
- func Serve()
- type Bookmark
- type PageData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBookmark ¶
func ArchiveBookmark ¶
func DeleteBookmark ¶
func GetHostFromURL ¶
func GetPageTitle ¶
func InitializeDatabase ¶
func InitializeDatabase() (err error)
func PrintBookmarkTable ¶
Types ¶
type Bookmark ¶
func GetArchivedBookmarks ¶
func GetBookmark ¶
func GetBookmarkByUUID ¶
func GetBookmarks ¶
Click to show internal directories.
Click to hide internal directories.