Versions in this module Expand all Collapse all v1 v1.0.0 Nov 9, 2024 Changes in this version + type Cookie struct + CreateDate time.Time + EncryptValue []byte + ExpireDate time.Time + HasExpire bool + Host string + IsHTTPOnly bool + IsPersistent bool + IsSecure bool + KeyName string + Path string + Value string + type CookieQuickManager struct + ContentRaw string + ExpiresRaw string + FirstPartyDomain string + HTTPOnlyRaw string + HostRaw string + NameRaw string + PathRaw string + SameSiteRaw string + StoreRaw string + ThisDomainOnlyRaw string + type LoginData struct + DateCreated time.Time + DateLastUsed time.Time + DatePasswordModified time.Time + OriginURL string + Password string + Username string