Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UADB ¶
type UADB struct { Version string `json:"version"` Agents [][8]string `json:"agents"` // [ match_expr, ua_family, ua_company, ua_type, device_type, os_family, os_name, os_company ] Devices [][2]string `json:"devices"` // [ match_expr, device_type ] Systems [][4]string `json:"systems"` // [ match_expr, os_family, os_name, os_company ] Crawlers map[string][5]string `json:"crawlers"` // user-agent -> [ ua_family, ua_name, ua_company, ua_version, ua_type ] // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.