Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromiumBookmark ¶
type ChromiumBookmark []bookmark
func (*ChromiumBookmark) Len ¶
func (c *ChromiumBookmark) Len() int
func (*ChromiumBookmark) Name ¶
func (c *ChromiumBookmark) Name() string
func (*ChromiumBookmark) Parse ¶
func (c *ChromiumBookmark) Parse(_ []byte) error
type FirefoxBookmark ¶
type FirefoxBookmark []bookmark
func (*FirefoxBookmark) Len ¶
func (f *FirefoxBookmark) Len() int
func (*FirefoxBookmark) Name ¶
func (f *FirefoxBookmark) Name() string
func (*FirefoxBookmark) Parse ¶
func (f *FirefoxBookmark) Parse(_ []byte) error
Click to show internal directories.
Click to hide internal directories.