Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoginEvent ¶
type LoginEvent struct {
Date string `json:"date"`
SessionId string `json:"session_id"`
ClientIP string `json:"client_ip"`
User string `json:"user"`
Password string `json:"password"`
ClientVersion string `json:"client_version"`
Success bool `json:"success"`
CountryCode string `json:"country_code"`
City string `json:"city"`
ASName string `json:"as_name"`
ASNumber uint `json:"asn"`
}
Click to show internal directories.
Click to hide internal directories.