Documentation
¶
Index ¶
- type Browser
- type Device
- type OS
- type Parser
- func (this *Parser) Parse(userAgentString string) (userAgent *UserAgent, found bool)
- func (this *Parser) ParseBrowser(userAgentString string) (browser *Browser, found bool)
- func (this *Parser) ParseDevice(userAgentString string) (device *Device, found bool)
- func (this *Parser) ParseOS(userAgentString string) (os *OS, found bool)
- type UserAgent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Device ¶
type OS ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ParseBrowser ¶
func (*Parser) ParseDevice ¶
Click to show internal directories.
Click to hide internal directories.