index

package
v4.2.4 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2022 License: AGPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

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 Donation

func Donation(ctx echo.Context) error

func Icon

func Icon(c echo.Context) error

func Index

func Index(ctx echo.Context) error

func Login

func Login(ctx echo.Context) error

func Logout

func Logout(ctx echo.Context) error
func NavTree(ctx echo.Context) error

func Ping

func Ping(ctx echo.Context) error

func Project

func Project(ctx echo.Context) error

func Register

func Register(ctx echo.Context) error

func RouteList

func RouteList(ctx echo.Context) error

func RouteNotin

func RouteNotin(ctx echo.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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