mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 11:30:28 +00:00
13 lines
239 B
Go
13 lines
239 B
Go
package models
|
|
|
|
type Visitor struct {
|
|
ID int64
|
|
Key string
|
|
BrowserName string
|
|
BrowserVersion string
|
|
BrowserLanguage string
|
|
Country string
|
|
DeviceOS string
|
|
ScreenResolution string
|
|
}
|