Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct { Uptime time.Time `json:"uptime"` RequestCount uint64 `json:"requestCount"` Statuses map[string]int `json:"statuses"` Browsers map[string]int `json:"browsers"` BrowserVersion map[string]int `json:"browserversion"` OS map[string]int `json:"os"` Device map[string]int `json:"device"` DeviceType map[string]int `json:"devicetype"` OSVersion map[string]int `json:"osversion"` // contains filtered or unexported fields }
func (*Stats) Process ¶
func (s *Stats) Process(next echo.HandlerFunc) echo.HandlerFunc
Process is the middleware function.
Click to show internal directories.
Click to hide internal directories.