We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a7955 commit 5eea724Copy full SHA for 5eea724
internal/dashboard/model/obproxy/response.go
@@ -41,9 +41,11 @@ type OBProxyOverview struct {
41
}
42
43
type ConfigItem struct {
44
- Name string `json:"name"`
45
- Value string `json:"value"`
46
- Info string `json:"info"`
47
- NeedReboot bool `json:"needReboot" db:"need_reboot"`
48
- VisibleLevel string `json:"visibleLevel" db:"visible_level"`
+ Name string `json:"name"`
+ Value string `json:"value"`
+ Info string `json:"info"`
+ NeedReboot bool `json:"needReboot" db:"need_reboot"`
+ VisibleLevel string `json:"visibleLevel" db:"visible_level"`
49
+ Range *string `json:"range" db:"range"`
50
+ ConfigLevel *string `json:"configLevel" db:"config_level"`
51
0 commit comments