Documentation
¶
Index ¶
Constants ¶
View Source
const ( // BrowserChrome represents the Chrome and Chromium browser. BrowserChrome = "Chrome" // BrowserFirefox represents the Firefox browser. BrowserFirefox = "Firefox" // BrowserSafari represents the Safari browser. BrowserSafari = "Safari" // BrowserOpera represents the Opera browser. BrowserOpera = "Opera" // BrowserEdge represents the Edge browser. BrowserEdge = "Edge" // BrowserIE represents the Internet Explorer browser. BrowserIE = "IE" // BrowserArc represents the Arc browser. BrowserArc = "Arc" // BrowserDuckDuckGo represents the DuckDuckGo browser. BrowserDuckDuckGo = "DuckDuckGo" // OSWindows represents the Windows operating system. OSWindows = "Windows" // OSMac represents the Mac operating system. OSMac = "Mac" // OSLinux represents a Linux distribution. OSLinux = "Linux" // OSAndroid represents the Android operating system. OSAndroid = "Android" // OSiOS represents the iOS operating system. OSiOS = "iOS" // OSWindowsMobile represents the Windows Mobile operating system. OSWindowsMobile = "Windows Mobile" // OSChrome represents the Chrome operating system. OSChrome = "Chrome OS" )
View Source
const ( // TableSessions is the sessions table name. TableSessions = "session_v7" // TablePageViews is the page views table name. TablePageViews = "page_view_v7" // TableEvents is the events table name. TableEvents = "event_v7" )
View Source
const ( // PlatformDesktop is the platform for a desktop device. PlatformDesktop = int8(iota) // PlatformMobile is the platform for a mobile device. PlatformMobile )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.