vo

package
v1.25.3 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListRoleApiItem

type ListRoleApiItem struct {
	ApiId   int64  `json:"apiId"`
	ApiPath string `json:"apiPath"`
	Name    string `json:"name"`
	Method  string `json:"method"`
	Group   string `json:"group"`
}

type ListRoleApiResp

type ListRoleApiResp struct {
	RoleId   int64             `json:"roleId"`
	RoleName string            `json:"roleName"`
	Apis     []ListRoleApiItem `json:"apis"`
}

type ListSysApiByGroupResp

type ListSysApiByGroupResp struct {
	Group string       `json:"group"`
	Apis  []sys.SysApi `json:"apis"`
}

Jump to

Keyboard shortcuts

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