Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPEvent ¶
type HTTPEvent struct {
Host string `json:"host"`
GeolocCountry string `json:"geolocCountryName"`
GeolocRegion string `json:"geolocRegionName"`
HTTPUserAgent string `json:"httpUserAgent"`
RequestURI string `json:"requestUri"`
Status int `json:"status"`
Ts time.Time `json:"ts"`
UpstreamBytesSent int `json:"upstreamBytesSent"`
RequestTime string `json:"requestTime"`
RequestMethod string `json:"requestMethod"`
}
type HTTPEventsResponse ¶
type HTTPEventsResponse struct {
HTTPEvents []HTTPEvent `json:"httpEvents"`
}
func HttpEvents ¶
Click to show internal directories.
Click to hide internal directories.