The highest tagged major version is
v2 .
Discover Packages
github.com/indigo-web/indigo
router
package
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Jun 14, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Builder interface {
Build() Router
}
Builder is used to type-safely separate router into two distinct stages: initialization
(e.g. registering all the endpoints) and compilation (building the actual router). Builder
itself represents the first stage.
Router is the second stage of a router, usually produced via Builder.Build. It is normally
used internally in runtime by HTTP core.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.