download

package
v3.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2021 License: AGPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LeftNavigate = &navigate.Item{
	Display: true,
	Name:    `离线下载`,
	Action:  `download`,
	Icon:    `download`,
	Children: &navigate.List{
		{
			Display: true,
			Name:    `下载管理`,
			Action:  `index.html`,
		},
		{
			Display: true,
			Name:    `文件管理`,
			Action:  `file`,
		},
		{
			Display: false,
			Name:    `总进度信息`,
			Action:  `progress.json`,
		},
		{
			Display: false,
			Name:    `添加任务`,
			Action:  `add_task`,
		},
		{
			Display: false,
			Name:    `删除任务`,
			Action:  `remove_task`,
		},
		{
			Display: false,
			Name:    `启动任务`,
			Action:  `start_task`,
		},
		{
			Display: false,
			Name:    `停止任务`,
			Action:  `stop_task`,
		},
		{
			Display: false,
			Name:    `启动所有任务`,
			Action:  `start_all_task`,
		},
		{
			Display: false,
			Name:    `停止所有任务`,
			Action:  `stop_all_task`,
		},
		{
			Display: false,
			Name:    `单个文件进度信息`,
			Action:  `progress/*`,
		},
	},
}

Functions

func File

func File(ctx echo.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL