fathom/pkg/models/visitor.go

14 lines
264 B
Go

package models
type Visitor struct {
ID int64
Key string
BrowserName string
BrowserVersion string
BrowserLanguage string
Country string
DeviceOS string
IpAddress string
ScreenResolution string
}