mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix(host): format sLsusbTree field content json tag (#23787)
This commit is contained in:
@@ -400,7 +400,7 @@ type sLsusbTree struct {
|
||||
If int `json:"if"`
|
||||
Class string `json:"class"`
|
||||
Driver string `json:"driver"`
|
||||
Content string `json:"content`
|
||||
Content string `json:"content"`
|
||||
Nodes []*sLsusbTree `json:"nodes"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user