Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
Router holds all HTTP handlers and provides route configuration.
func NewRouter ¶
func NewRouter(gateway *handler.GatewayHandler, devbox *handler.DevBoxHandler) *Router
NewRouter creates a new router with the given handlers.
Click to show internal directories.
Click to hide internal directories.