server

package
v0.0.0-...-f27a35c Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2025 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RouteRecs map[string][]RouteInfo = make(map[string][]RouteInfo)

Functions

This section is empty.

Types

type RouteInfo

type RouteInfo struct {
	Method      string
	Path        string
	Handler     string
	Middlewares []string
}

type Server

type Server struct {
	Raw *echo.Echo
	// contains filtered or unexported fields
}

func New

func New() *Server

func (*Server) Close

func (s *Server) Close()

func (*Server) Start

func (s *Server) Start() error

Jump to

Keyboard shortcuts

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