Documentation ¶
Index ¶
- Variables
- func Donation(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{
`guest`,
`public`,
}
View Source
var UnlimitedURLPrefixes = []string{
`/debug/`,
`/captcha/`,
`/user/`,
}
UnlimitedURLs 不用采用权限验证的路由前缀
View Source
var UnlimitedURLs = []string{
`/favicon.ico`,
`/captcha/*`,
`/setup`,
`/progress`,
`/license`,
``,
`/`,
`/project/:ident`,
`/index`,
`/login`,
`/register`,
`/logout`,
`/donation`,
`/icon`,
`/routeList`,
`/routeNotin`,
`/navTree`,
`/gauth_check`,
`/qrcode`,
`/server/dynamic`,
`/public/upload/:subdir/*`,
`/finder`,
`/donation/:type`,
}
UnlimitedURLs 不用采用权限验证的路由
Functions ¶
func RouteNotin ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.