Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Fingerprint string `gorm:"primaryKey"` LocalTime time.Time `gorm:"primaryKey"` Path string `gorm:"primaryKey"` Method string `gorm:"primaryKey"` RemoteAddr string StatusCode int Referrer string UserAgent string IsBot bool IsMobile bool IsDesktop bool IsTablet bool OS string OSVersion string Device string }
Click to show internal directories.
Click to hide internal directories.