Versions in this module Expand all Collapse all v0 v0.0.1 Sep 19, 2025 v0.0.0 Sep 19, 2025 Changes in this version + type Bookmark struct + DateAdded time.Time + ID int64 + Name string + Type string + URL string + type ChromiumBookmark []Bookmark + func (c *ChromiumBookmark) Extract(_ []byte) error + func (c *ChromiumBookmark) Len() int + func (c *ChromiumBookmark) Name() string + type FirefoxBookmark []Bookmark + func (f *FirefoxBookmark) Extract(_ []byte) error + func (f *FirefoxBookmark) Len() int + func (f *FirefoxBookmark) Name() string