package
0.0.0-20250101183125-22b15369a3f3
Repository: https://github.com/binaretech/orchestra-rehearsal-scheduler-api.git
Documentation: pkg.go.dev

# Functions

New creates a new instance of Router.

# Structs

Context holds the request and response objects for a route.
Group represents a group of routes with a common prefix and shared middlewares.
Route represents a single route.
Router is an abstraction over the default ServeMux.

# Type aliases

ErrorHandler defines the type for centralized error handling.
HandlerFunc defines the type for handler functions that use Context.
Middleware defines the type for middleware functions.