Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hit ¶
type Hit struct {
Host string `json:"host"`
Path string `json:"path"`
Referrer string `json:"referrer,omitempty"`
Title string `json:"title,omitempty"`
Width int `json:"width,omitempty"`
VisitorHash string `json:"-"`
Browser string `json:"-"`
OS string `json:"-"`
Channel string `json:"-"`
Source string `json:"-"`
UTMSource string `json:"-"`
UTMMedium string `json:"-"`
UTMCampaign string `json:"-"`
UTMTerm string `json:"-"`
UTMContent string `json:"-"`
}
Click to show internal directories.
Click to hide internal directories.