Documentation
¶
Index ¶
Constants ¶
View Source
const ( LCP = "LCP" CLS = "CLS" FID = "FID" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Performance ¶
type Session ¶
type Session struct {
gorm.Model
UUID uuid.UUID `gorm:"uniqueIndex;type:byte"`
UA string `gorm:"not null"`
Language string `gorm:"not null"`
IP string `gorm:"not null"`
AppVersion string
URL string `gorm:"not null"`
Screen string `gorm:"not null"`
Referrer string
Meta string
JSErrors []JSError `gorm:"foreignKey:SessionUUID"`
HTTPs []HTTP `gorm:"foreignKey:SessionUUID"`
Events []Event `gorm:"foreignKey:SessionUUID"`
Performances []Performance `gorm:"foreignKey:SessionUUID"`
PageViews []PageView `gorm:"foreignKey:SessionUUID"`
}
Click to show internal directories.
Click to hide internal directories.