Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultCookieStore ¶
type DefaultCookieStore struct { FileNameStr string File *os.File BrowserStr string ProfileStr string OSStr string IsDefaultProfileBool bool }
func (*DefaultCookieStore) Browser ¶
func (s *DefaultCookieStore) Browser() string
func (*DefaultCookieStore) Close ¶
func (s *DefaultCookieStore) Close() error
func (*DefaultCookieStore) FilePath ¶
func (s *DefaultCookieStore) FilePath() string
func (*DefaultCookieStore) IsDefaultProfile ¶
func (s *DefaultCookieStore) IsDefaultProfile() bool
func (*DefaultCookieStore) Open ¶
func (s *DefaultCookieStore) Open() error
func (*DefaultCookieStore) Profile ¶
func (s *DefaultCookieStore) Profile() string
Click to show internal directories.
Click to hide internal directories.