Documentation
¶
Overview ¶
Package routing provides dynamic HTTP routing with versioning and health checks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
Router handles dynamic HTTP routing with versioning and health checks. It utilizes chi for routing and provides middleware support for metrics and authentication.
Click to show internal directories.
Click to hide internal directories.