jetecho

package
v0.0.0-...-947783d Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2025 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EchoAdder

type EchoAdder func(e EchoRoutes, path string, middlewars ...echo.MiddlewareFunc) *echo.Route

type EchoRoutes

type EchoRoutes interface {
	GET(path string, handler echo.HandlerFunc, middleware ...echo.MiddlewareFunc) *echo.Route
	POST(path string, handler echo.HandlerFunc, middleware ...echo.MiddlewareFunc) *echo.Route
}

type Handlers

type Handlers common.Handlers[EchoAdder]

func New

func New(app jet.App) Handlers

Jump to

Keyboard shortcuts

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