Versions in this module Expand all Collapse all v1 v1.0.0 Mar 11, 2024 Changes in this version + type CookieStore struct + Database *sqlite3.DbFile + DecryptionMethod func(data, password []byte) ([]byte, error) + KeyringPasswordBytes []byte + PasswordBytes []byte + func (s *CookieStore) Close() error + func (s *CookieStore) Open() error + func (s *CookieStore) ReadCookies(filters ...kooky.Filter) ([]*kooky.Cookie, error) + func (s *CookieStore) SetKeyringPassword(password []byte) []byte