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) Length ¶
func (c *ChromiumBookmark) Length() int
func (*ChromiumBookmark) Name ¶
func (c *ChromiumBookmark) Name() string
func (*ChromiumBookmark) Parse ¶
func (c *ChromiumBookmark) Parse(masterKey []byte) error
type FirefoxBookmark ¶
type FirefoxBookmark []bookmark
func (*FirefoxBookmark) Length ¶
func (f *FirefoxBookmark) Length() int
func (*FirefoxBookmark) Name ¶
func (f *FirefoxBookmark) Name() string
func (*FirefoxBookmark) Parse ¶
func (f *FirefoxBookmark) Parse(masterKey []byte) error
Click to show internal directories.
Click to hide internal directories.