handler

package
v0.0.0-...-6bb3927 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthHandler

type AuthHandler struct {
	// contains filtered or unexported fields
}

func NewAuthHandler

func NewAuthHandler(authUsecase usecase.AuthUsecase, random random.Random) *AuthHandler

func (*AuthHandler) Callback

func (h *AuthHandler) Callback(c echo.Context) error

func (*AuthHandler) Login

func (h *AuthHandler) Login(c echo.Context) error

type HealthHandler

type HealthHandler struct{}

func NewHealthHandler

func NewHealthHandler() *HealthHandler

func (*HealthHandler) Liveness

func (h *HealthHandler) Liveness(c echo.Context) error

func (*HealthHandler) Readiness

func (h *HealthHandler) Readiness(c echo.Context) error

type ProxyHandler

type ProxyHandler struct {
	// contains filtered or unexported fields
}

func NewProxyHandler

func NewProxyHandler(proxyUsecase usecase.ProxyUsecase) *ProxyHandler

func (*ProxyHandler) GetObject

func (h *ProxyHandler) GetObject(c echo.Context) error

Jump to

Keyboard shortcuts

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