Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadJSON = errors.New("api: invalid json ")
Functions ¶
Types ¶
type Request ¶
type Request struct { EventName string `json:"n"` URI string `json:"url"` Referrer string `json:"r"` Domain string `json:"d"` ScreenWidth int `json:"w"` HashMode bool `json:"h"` }
Request is sent by the vince script embedded in client websites. For faster performance we use simd if available
Click to show internal directories.
Click to hide internal directories.