1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2026-06-18 20:14:29 +02:00
Files
link f020c1162d Fixing bugs
Resolve application installation path errors
2021-11-09 18:57:50 +08:00

9 lines
147 B
Go

package system_app
import "encoding/xml"
type SyncConfig struct {
XMLName xml.Name `xml:"configuration"`
Key string `xml:"gui>apikey"`
}