fathom/pkg/models/visitor.go

13 lines
239 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
ScreenResolution string
}