Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserAgent ¶
type UserAgent struct { Name string `json:"name"` Version string `json:"version"` OS string `json:"os"` OSVersion string `json:"os_version"` Device string `json:"device"` Mobile bool `json:"mobile"` Tablet bool `json:"access_id"` Desktop bool `json:"desktop"` Bot bool `json:"bot"` URL string `json:"url"` String string `json:"string"` }
func NewUserAgent ¶
func ParseUserAgentJson ¶
UserAgentToJsonのjsonを構造体に戻します
Click to show internal directories.
Click to hide internal directories.