router

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PathA

type PathA struct {
	Path bool `path:"/a"`
}

type PathB

type PathB struct {
	Path bool `path:"/b"`
}

type PathC

type PathC struct {
	PathC1 bool `path:"/c1"`
	PathC2 bool `path:"/c2"`
}

type PathCrossA

type PathCrossA struct {
	Path bool `path:"/cross-a"`
}

type PathCrossB

type PathCrossB struct {
	Path bool `path:"/cross-b"`
}

type PathEscaped

type PathEscaped struct {
	Path bool `path:"/escaped/:Name"`
	Name string
}

type PathQuery

type PathQuery struct {
	Path bool    `path:"/q"`
	Tag  *string `query:"tag"`
	Page *int    `query:"page"`
}

type PathSlow

type PathSlow struct {
	Path bool `path:"/slow"`
}

Jump to

Keyboard shortcuts

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