authproxy

package
v0.0.0-...-e9eb7fb Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() (*cobra.Command, error)

Types

type RequestStats

type RequestStats struct {
	LastRequest time.Time
	// contains filtered or unexported fields
}

func NewStats

func NewStats() *RequestStats

func (*RequestStats) Handle

func (l *RequestStats) Handle(c echo.Context) error

func (*RequestStats) Process

func (l *RequestStats) Process(next echo.HandlerFunc) echo.HandlerFunc

type RequestStatsResponse

type RequestStatsResponse struct {
	LastRequestTime time.Time `json:"last_request_time"`
}

Jump to

Keyboard shortcuts

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