v1

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeStatusReq

type ChangeStatusReq struct {
	g.Meta `path:"/change/status" method:"post" auth:"true" role:"admin" tags:"sys_config" summary:"更改配置状态接口"`
	model.SysConfigChangeStatusReq
}

更改配置状态接口请求参数

type ChangeStatusRes

type ChangeStatusRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

更改配置状态接口响应参数

type DetailReq

type DetailReq struct {
	g.Meta `path:"/detail" method:"get" auth:"true" role:"admin" tags:"sys_config" summary:"配置详情接口"`
}

配置详情接口请求参数

type DetailRes

type DetailRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.SysConfigDetailRes
}

配置详情接口响应参数

type RefreshReq added in v1.4.0

type RefreshReq struct {
	g.Meta `path:"/refresh" method:"post" auth:"true" role:"admin" tags:"sys_config" summary:"刷新配置接口"`
	model.SysConfigRefreshReq
}

刷新配置接口请求参数

type RefreshRes added in v1.4.0

type RefreshRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

刷新配置接口响应参数

type ResetReq

type ResetReq struct {
	g.Meta `path:"/reset" method:"post" auth:"true" role:"admin" tags:"sys_config" summary:"重置配置接口"`
	model.SysConfigResetReq
}

重置配置接口请求参数

type ResetRes

type ResetRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

重置配置接口响应参数

type UpdateReq

type UpdateReq struct {
	g.Meta `path:"/update" method:"post" auth:"true" role:"admin" tags:"sys_config" summary:"更新配置接口"`
	model.SysConfigUpdateReq
}

更新配置接口请求参数

type UpdateRes

type UpdateRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

更新配置接口响应参数

Jump to

Keyboard shortcuts

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