Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookieStore ¶
type CookieStore struct { cookies.DefaultCookieStore Database *sqlite3.DbFile KeyringPasswordBytes []byte PasswordBytes []byte DecryptionMethod func(data, password []byte) ([]byte, error) // contains filtered or unexported fields }
func (*CookieStore) Close ¶
func (s *CookieStore) Close() error
func (*CookieStore) Open ¶
func (s *CookieStore) Open() error
func (*CookieStore) ReadCookies ¶
func (*CookieStore) SetKeyringPassword ¶
func (s *CookieStore) SetKeyringPassword(password []byte) []byte
returns the previous password for later restoration used in tests
func (*CookieStore) SetSafeStorage ¶
func (s *CookieStore) SetSafeStorage(account, name string)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.