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 *route.Collection)
- func Restart(ctx echo.Context) error
- func Stop(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
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 ¶
func RegisterRoute ¶
func RegisterRoute(r *route.Collection)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.