mw

package
v0.0.0-...-174de0b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: MIT Imports: 5 Imported by: 0

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"`
	// contains filtered or unexported fields
}

func NewStats

func NewStats() *Stats

func (*Stats) GetStats

func (s *Stats) GetStats(c echo.Context) error

GetStats is the endpoint to get stats.

func (*Stats) Process

func (s *Stats) Process(next echo.HandlerFunc) echo.HandlerFunc

Process is the middleware function.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL