mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-28 10:00:25 +08:00
优化代码
This commit is contained in:
@@ -14,10 +14,10 @@ type graph struct {
|
||||
}
|
||||
|
||||
type nodeConfig struct {
|
||||
Id string `json:"id"`
|
||||
Class string `json:"class"`
|
||||
Module string `json:"module"`
|
||||
Pos []float64 `json:"pos"`
|
||||
Id string `json:"id"`
|
||||
Class string `json:"class"`
|
||||
Module string `json:"module"`
|
||||
//Pos []float64 `json:"pos"`
|
||||
PortDefault map[string]interface{} `json:"port_defaultv"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user