Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesDecrypt ¶
func AesEncrypt ¶
Types ¶
type CacheService ¶
type CookieCloud ¶
type CookieCloud struct { Host string UUID string Password string // contains filtered or unexported fields }
func New ¶
func New(host, uuid, pass string) *CookieCloud
func (*CookieCloud) GetCookies ¶
func (c *CookieCloud) GetCookies(domain string) ([]Cookie, error)
func (*CookieCloud) GetHttpCookies ¶ added in v0.0.15
func (c *CookieCloud) GetHttpCookies(domain string) ([]*http.Cookie, error)
GetHttpCookies get http cookies for domain
Click to show internal directories.
Click to hide internal directories.