package
0.0.0-20240513095113-b889055ad37b
Repository: https://github.com/go-flexi/ecom-backend.git
Documentation: pkg.go.dev

# Functions

NewRoute returns a new Route.
NewServer returns a new Server.

# Structs

Route is a struct that represents a route.
Server is the web server.

# Type aliases

Handler is a function that handles an HTTP request.
Middleware is a function that takes a handler and returns a new handler.