Documentation ¶
Overview ¶
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
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
- func TS2M3U8(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
var M3U8Template = `` /* 133-byte string literal not displayed */
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/:type/*`,
}
UnlimitedURLs 不用采用权限验证的路由
Functions ¶
func RouteNotin ¶
Types ¶
This section is empty.