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 AccountAdd(ctx echo.Context) error
- func AccountDelete(ctx echo.Context) error
- func AccountEdit(ctx echo.Context) error
- func AccountIndex(ctx echo.Context) error
- func GroupAdd(ctx echo.Context) error
- func GroupDelete(ctx echo.Context) error
- func GroupEdit(ctx echo.Context) error
- func GroupIndex(ctx echo.Context) error
- func Log(ctx echo.Context) error
- func Restart(ctx echo.Context) error
- func Stop(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
true, Name: `FTP账号`, Action: `ftp`, Icon: `users`, Children: &navigate.List{ { Display: true, Name: `账号管理`, Action: `account`, }, { Display: true, Name: `添加账号`, Action: `account_add`, Icon: `plus`, }, { Display: true, Name: `用户组`, Action: `group`, }, { Display: true, Name: `添加用户组`, Action: `group_add`, Icon: `plus`, }, { Display: false, Name: `修改账号`, Action: `account_edit`, Icon: ``, }, { Display: false, Name: `删除账号`, Action: `account_delete`, Icon: ``, }, { Display: false, Name: `修改分组`, Action: `group_edit`, Icon: ``, }, { Display: false, Name: `删除分组`, Action: `group_delete`, Icon: ``, }, { Display: false, Name: `重启FTP服务`, Action: `restart`, Icon: ``, }, { Display: false, Name: `关闭FTP服务`, Action: `stop`, Icon: ``, }, { Display: false, Name: `查看FTP动态`, Action: `log`, Icon: ``, }, }, }Display:
Functions ¶
func AccountAdd ¶
func AccountDelete ¶
func AccountEdit ¶
func AccountIndex ¶
func GroupDelete ¶
func GroupIndex ¶
Types ¶
This section is empty.