Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParamData ¶
type ParamData struct { Request *http.Request TimeNow time.Time Latency time.Duration HTTPCode int // ClientIP equals Context's ClientIP method. ClientIP string // Method is the HTTP method given to the request. Method string // Path is a path the client requests. Path string // ErrorMessage is set if error has occurred in processing the request. ErrorMessage string }
ParamData ...
Click to show internal directories.
Click to hide internal directories.