Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLoginData ¶
Types ¶
type ChromiumCookie ¶
type ChromiumCookie []Cookie
type Cookie ¶
type Cookie struct {
Host string `json:"host"`
Path string `json:"path"`
KeyName string `json:"keyname"`
Value string `json:"value"`
IsSecure bool `json:"secure"`
IsHTTPOnly bool `json:"httponly"`
HasExpire bool `json:"has_expire"`
IsPersistent bool `json:"persistent"`
CreateDate time.Time `json:"create_date"`
ExpireDate time.Time `json:"expire_date"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.