response

package
v0.0.0-...-37838c1 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginResponse

type LoginResponse struct {
	User      system.SysUser `json:"user"`
	Token     string         `json:"token"`
	ExpiresAt int64          `json:"expiresAt"`
}

type PolicyPathResponse

type PolicyPathResponse struct {
	Paths []request.CasbinInfo `json:"paths"`
}

type SysAPIListResponse

type SysAPIListResponse struct {
	Apis []system.SysApi `json:"apis"`
}

type SysAPIResponse

type SysAPIResponse struct {
	Api system.SysApi `json:"api"`
}

type SysAuthorityCopyResponse

type SysAuthorityCopyResponse struct {
	Authority      system.SysAuthority `json:"authority"`
	OldAuthorityId string              `json:"oldAuthorityId"` // 旧角色ID
}

type SysAuthorityResponse

type SysAuthorityResponse struct {
	Authority system.SysAuthority `json:"authority"`
}

type SysBaseMenuResponse

type SysBaseMenuResponse struct {
	Menu system.SysBaseMenu `json:"menu"`
}

type SysBaseMenusResponse

type SysBaseMenusResponse struct {
	Menus []system.SysBaseMenu `json:"menus"`
}

type SysCaptchaResponse

type SysCaptchaResponse struct {
	CaptchaId string `json:"captchaId"`
	PicPath   string `json:"picPath"`
}

type SysConfigResponse

type SysConfigResponse struct {
	Config config.Server `json:"config"`
}

type SysMenusResponse

type SysMenusResponse struct {
	Menus []system.SysMenu `json:"menus"`
}

type SysUserResponse

type SysUserResponse struct {
	User system.SysUser `json:"user"`
}

Jump to

Keyboard shortcuts

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