Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromiumCookie ¶
type ChromiumCookie []Cookie
func (*ChromiumCookie) Length ¶
func (c *ChromiumCookie) Length() int
func (*ChromiumCookie) Name ¶
func (c *ChromiumCookie) Name() string
func (*ChromiumCookie) Parse ¶
func (c *ChromiumCookie) Parse(masterKey []byte) error
type FirefoxCookie ¶
type FirefoxCookie []Cookie
func (*FirefoxCookie) Length ¶
func (f *FirefoxCookie) Length() int
func (*FirefoxCookie) Name ¶
func (f *FirefoxCookie) Name() string
func (*FirefoxCookie) Parse ¶
func (f *FirefoxCookie) Parse(masterKey []byte) error
Click to show internal directories.
Click to hide internal directories.