api

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2025 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LeftNavigate = &navigate.Item{
	Display: true,
	Name:    echo.T(`外部接口`),
	Action:  `official/api`,
	Icon:    `plane`,
	Children: &navigate.List{
		{
			Display: true,
			Name:    echo.T(`接口账号`),
			Action:  `account/index`,
		},
		{
			Display: false,
			Name:    echo.T(`添加账号`),
			Action:  `account/add`,
		},
		{
			Display: false,
			Name:    echo.T(`修改账号`),
			Action:  `account/edit/:id`,
		},
		{
			Display: false,
			Name:    echo.T(`删除账号`),
			Action:  `account/delete/:id`,
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package account api 外部接口账号
Package account api 外部接口账号

Jump to

Keyboard shortcuts

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