Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Item ¶
type Item struct {
Key string `json:"key"`
Value string `json:"value"`
DefaultValue string `json:"default_value"`
}
Item 单个配置项
type UpdateItem ¶
UpdateItem 单个更新项
type UpdateRequest ¶
type UpdateRequest struct {
Items []UpdateItem `json:"items"`
}
UpdateRequest 更新系统设置请求
Click to show internal directories.
Click to hide internal directories.