handler

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2022 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LeftNavigate = &navigate.Item{
	Display: true,
	Name:    `防火墙`,
	Action:  `firewall`,
	Icon:    `download`,
	Children: &navigate.List{
		{
			Display: true,
			Name:    `防火墙管理`,
			Action:  `rule/index`,
		},
		{
			Display: false,
			Name:    `添加静态规则`,
			Action:  `rule/static/add`,
		},
		{
			Display: false,
			Name:    `修改静态规则`,
			Action:  `rule/static/edit`,
		},
		{
			Display: false,
			Name:    `删除静态规则`,
			Action:  `rule/static/delete`,
		},
		{
			Display: false,
			Name:    `添加动态规则`,
			Action:  `rule/dynamic/add`,
		},
		{
			Display: false,
			Name:    `修改动态规则`,
			Action:  `rule/dynamic/edit`,
		},
		{
			Display: false,
			Name:    `删除动态规则`,
			Action:  `rule/dynamic/delete`,
		},
	},
}

Functions

func RegisterRoute

func RegisterRoute(r *route.Collection)

Types

This section is empty.

Jump to

Keyboard shortcuts

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