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