f020c1162d
Resolve application installation path errors
8 lines
147 B
Go
8 lines
147 B
Go
package system_app
|
|
|
|
import "encoding/xml"
|
|
|
|
type SyncConfig struct {
|
|
XMLName xml.Name `xml:"configuration"`
|
|
Key string `xml:"gui>apikey"`
|
|
}
|