router

package
v0.0.0-...-9139af7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2025 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Controller = &controller{}
	Module     = &gonethttp.Module{
		Pattern:    "/",
		Controller: Controller,
		BeforeLoadFn: func(m *gonethttp.Module) {
			m.Middlewares = gonethttp.NewMiddlewares(
				internalmiddleware.Limit,
				internalmiddleware.HandleError,
				gosecurityheadersnethttp.Handler,
			)
		},
		Submodules: gonethttp.NewSubmodules(
			internalrouterapi.Module,
		),
	}
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
api
v1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL