Documentation ¶
Overview ¶
Package useragentproperty
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Name = UserAgentProperty{"name"} Os = UserAgentProperty{"os"} Device = UserAgentProperty{"device"} Original = UserAgentProperty{"original"} Version = UserAgentProperty{"version"} )
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.