fix(host): format sLsusbTree field content json tag (#23787)

This commit is contained in:
云原生驿站
2025-11-20 18:13:12 +08:00
committed by GitHub
parent ce8f84add6
commit 7b125d65f3
+1 -1
View File
@@ -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"`
}