Name string json:"name"
Identifier string json:"identifier"
ParentIdentifier string json:"parentIdentifier"
Protocol string json:"protocol"
Attributes struct {
GuacdEncryption string json:"guacd-encryption"
FailoverOnly interface{} json:"failover-only"
Weight interface{} json:"weight"
MaxConnections string json:"max-connections"
GuacdHostname string json:"guacd-hostname"
GuacdPort string json:"guacd-port"
MaxConnectionsPerUser string json:"max-connections-per-user"
} json:"attributes"
ActiveConnections int json:"activeConnections"
LastActive int64 json:"lastActive"
} json:"1"
Num2 struct {
Name string json:"name"
Identifier string json:"identifier"
ParentIdentifier string json:"parentIdentifier"
Protocol string json:"protocol"
Attributes struct {
GuacdEncryption interface{} json:"guacd-encryption"
FailoverOnly interface{} json:"failover-only"
Weight interface{} json:"weight"
MaxConnections interface{} json:"max-connections"
GuacdHostname interface{} json:"guacd-hostname"
GuacdPort interface{} json:"guacd-port"
MaxConnectionsPerUser interface{} json:"max-connections-per-user"
} json:"attributes"
ActiveConnections int json:"activeConnections"
LastActive int64 json:"lastActive"
} json:"2"
Num3 struct {
```
есть такая струкрура , как мне по ней проходит и вытаскиват Identifier if name = ... ?
для начала как сделать массивом Num* ?
А случаем не map[string... Там?
Обсуждают сегодня