response

package
v0.0.0-...-5c42bcd Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoCodeHistory

type AutoCodeHistory struct {
	ID           uint      `json:"ID" gorm:"column:id"`
	CreatedAt    time.Time `json:"CreatedAt" gorm:"column:created_at"`
	UpdatedAt    time.Time `json:"UpdatedAt" gorm:"column:updated_at"`
	BusinessDB   string    `json:"businessDB" gorm:"column:business_db"`
	TableName    string    `json:"tableName" gorm:"column:table_name"`
	StructName   string    `json:"structName" gorm:"column:struct_name"`
	StructCNName string    `json:"structCNName" gorm:"column:struct_cn_name"`
	Flag         int       `json:"flag" gorm:"column:flag"`
}

type ChatGptResponse

type ChatGptResponse struct {
}

type Column

type Column struct {
	DataType      string `json:"dataType" gorm:"column:data_type"`
	ColumnName    string `json:"columnName" gorm:"column:column_name"`
	DataTypeLong  string `json:"dataTypeLong" gorm:"column:data_type_long"`
	ColumnComment string `json:"columnComment" gorm:"column:column_comment"`
}

type Db

type Db struct {
	Database string `json:"database" gorm:"column:database"`
}

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 SysAuthorityBtnRes

type SysAuthorityBtnRes struct {
	Selected []uint `json:"selected"`
}

type SysAuthorityCopyResponse

type SysAuthorityCopyResponse struct {
	Authority      system.SysAuthority `json:"authority"`
	OldAuthorityId uint                `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"`
	CaptchaLength int    `json:"captchaLength"`
	OpenCaptcha   bool   `json:"openCaptcha"`
}

type SysConfigResponse

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

type SysMenusResponse

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

type SysSmsCodeResponse

type SysSmsCodeResponse struct {
	OpenCaptcha bool `json:"openCaptcha"`
}

type SysUserResponse

type SysUserResponse struct {
	User        system.SysUser      `json:"user"`
	Permissions []map[string]string `json:"permissions"` // 用户权限
}

type Table

type Table struct {
	TableName string `json:"tableName" gorm:"column:table_name"`
}

Jump to

Keyboard shortcuts

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