Documentation ¶
Overview ¶
Package useragentproperty
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NAME = UserAgentProperty{"NAME"} MAJOR = UserAgentProperty{"MAJOR"} MINOR = UserAgentProperty{"MINOR"} PATCH = UserAgentProperty{"PATCH"} OS = UserAgentProperty{"OS"} OSNAME = UserAgentProperty{"OS_NAME"} OSMAJOR = UserAgentProperty{"OS_MAJOR"} OSMINOR = UserAgentProperty{"OS_MINOR"} DEVICE = UserAgentProperty{"DEVICE"} BUILD = UserAgentProperty{"BUILD"} )
Functions ¶
This section is empty.
Types ¶
type UserAgentProperty ¶
type UserAgentProperty struct {
Name string
}
func (UserAgentProperty) MarshalText ¶
func (u UserAgentProperty) MarshalText() (text []byte, err error)
func (UserAgentProperty) String ¶
func (u UserAgentProperty) String() string
func (*UserAgentProperty) UnmarshalText ¶
func (u *UserAgentProperty) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.