Documentation ¶
Index ¶
- Constants
- Variables
- func BackupConfigAdd(ctx echo.Context) error
- func BackupConfigDelete(ctx echo.Context) error
- func BackupConfigEdit(ctx echo.Context) error
- func BackupConfigList(ctx echo.Context) error
- func BackupStart(ctx echo.Context) error
- func BackupStop(ctx echo.Context) error
- func StorageAdd(ctx echo.Context) error
- func StorageDelete(ctx echo.Context) error
- func StorageEdit(ctx echo.Context) error
- func StorageFile(ctx echo.Context) error
- func StorageIndex(ctx echo.Context) error
Constants ¶
View Source
const ID = `cloud`
Variables ¶
View Source
var ( // ErrRunningPleaseWait 正在运行中 ErrRunningPleaseWait = errors.New("running, please wait") )
View Source
true, Name: `云服务`, Action: `cloud`, Icon: `cloud`, Children: &navigate.List{ { Display: true, Name: `云存储账号`, Action: `storage`, }, { Display: true, Name: `添加账号`, Action: `storage_add`, Icon: `plus`, }, { Display: false, Name: `修改账号`, Action: `storage_edit`, }, { Display: false, Name: `删除账号`, Action: `storage_delete`, }, { Display: false, Name: `云存储文件管理`, Action: `storage_file`, }, { Display: true, Name: `文件备份`, Action: `backup`, }, { Display: false, Name: `添加备份配置`, Action: `backup_add`, Icon: `plus`, }, { Display: false, Name: `修改备份配置`, Action: `backup_edit`, }, { Display: false, Name: `删除备份配置`, Action: `backup_delete`, }, { Display: false, Name: `启动备份任务`, Action: `backup_start`, }, { Display: false, Name: `停止备份任务`, Action: `backup_stop`, }, }, }Display:
View Source
var Module = module.Module{ Navigate: func(nc *navigate.Collection) { nc.Backend.AddLeftItems(-1, LeftNavigate) }, }
Functions ¶
func BackupConfigAdd ¶
func BackupConfigDelete ¶
func BackupConfigEdit ¶
func BackupConfigList ¶
func BackupStart ¶
func BackupStop ¶
func StorageAdd ¶
func StorageDelete ¶
func StorageEdit ¶
func StorageFile ¶
func StorageIndex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.