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 AutoCompletePath(ctx echo.Context) (bool, error)
- func Client(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 RegisterRoute(r module.Router)
- func Sftp(ctx echo.Context) error
- func SftpSearch(ctx echo.Context, id uint) error
- type TerminalParam
Constants ¶
This section is empty.
Variables ¶
View Source
true, Name: echo.T(`SSH管理`), Action: `term`, Icon: `terminal`, 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(`SSH操作`), Action: `client`, Icon: ``, }, { Display: false, Name: echo.T(`SFTP操作`), Action: `sftp`, Icon: ``, }, }, }Display:
Functions ¶
func AccountAdd ¶
func AccountDelete ¶
func AccountEdit ¶
func AccountIndex ¶
func GroupDelete ¶
func GroupIndex ¶
func RegisterRoute ¶
Types ¶
type TerminalParam ¶
type TerminalParam struct { Query url.Values User *dbschema.NgingSshUser }
Click to show internal directories.
Click to hide internal directories.