Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Ip string `json:"ip,omitempty" datastore:",noindex"`
UserAgent string `json:"userAgent,omitempty" datastore:",noindex"`
Referer string `json:"referer,omitempty" datastore:",noindex"`
Language string `json:"language,omitempty"`
Country string `json:"country,omitempty"`
Region string `json:"region,omitempty"`
City string `json:"city,omitempty"`
GeoPoint GeoPoint `json:"geoPoint,omitempty"`
}
func (Client) Blacklisted ¶
Click to show internal directories.
Click to hide internal directories.