package
Version:
v0.8.2
Opens a new window with list of versions in this module.
Published: Mar 31, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PathA struct {
Path bool `path:"/a"`
}
type PathB struct {
Path bool `path:"/b"`
}
type PathC struct {
PathC1 bool `path:"/c1"`
PathC2 bool `path:"/c2"`
}
type PathCrossA struct {
Path bool `path:"/cross-a"`
}
type PathCrossB struct {
Path bool `path:"/cross-b"`
}
type PathEscaped struct {
Path bool `path:"/escaped/:Name"`
Name string
}
type PathQuery struct {
Path bool `path:"/q"`
Tag *string `query:"tag"`
Page *int `query:"page"`
}
type PathSlow struct {
Path bool `path:"/slow"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.