sync.go 147 B

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