1 2 3 4 5 6 7 8 9package system_app import "encoding/xml" type SyncConfig struct { XMLName xml.Name `xml:"configuration"` Key string `xml:"gui>apikey"` }
1 2 3 4 5 6 7 8 9
package system_app import "encoding/xml" type SyncConfig struct { XMLName xml.Name `xml:"configuration"` Key string `xml:"gui>apikey"` }