Documentation ¶
Index ¶
- Variables
- func Donation(ctx echo.Context) error
- func Headers(ctx echo.Context) error
- func Icon(c echo.Context) error
- func Index(ctx echo.Context) error
- func Login(ctx echo.Context) error
- func Logout(ctx echo.Context) error
- func NavTree(ctx echo.Context) error
- func Ping(ctx echo.Context) error
- func Project(ctx echo.Context) error
- func Register(ctx echo.Context) error
- func RouteList(ctx echo.Context) error
- func RouteNotin(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DonationAccountTypes = echo.NewKVData() DefaultDonationAccountType = `alipay` )
View Source
var HandlerPermissions = []string{ route.PermissionGuest, route.PermissionPublic, }
View Source
var UnlimitedURLPrefixes = []string{
`/user/`,
}
UnlimitedURLs 不用采用权限验证的路由前缀
View Source
var UnlimitedURLs = []string{
`/public/upload/:subdir/*`,
}
UnlimitedURLs 不用采用权限验证的路由
Functions ¶
func RouteNotin ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.