fathom/pkg/models/visitor.go

14 lines
264 B
Go
Raw Normal View History

package models
type Visitor struct {
2016-12-11 13:50:01 +00:00
ID int64
Key string
BrowserName string
BrowserVersion string
BrowserLanguage string
Country string
DeviceOS string
IpAddress string
ScreenResolution string
}