wireguard-dashboard/http/vo/setting.go

10 lines
182 B
Go
Raw Normal View History

2024-08-08 15:30:09 +08:00
package vo
// SettingItem
// @description: 设置单项
type SettingItem struct {
Code string `json:"code"`
Data string `json:"data"`
Describe string `json:"describe"`
}