package
Version:
v0.0.0-...-174de0b
Opens a new window with list of versions in this module.
Published: Nov 26, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Stats struct {
Uptime time.Time `json:"uptime"`
RequestCount uint64 `json:"requestCount"`
Statuses map[string]int `json:"statuses"`
}
GetStats is the endpoint to get stats.
func (s *Stats) Process(next echo.HandlerFunc) echo.HandlerFunc
Process is the middleware function.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.