mirror of
https://git.vectorsigma.ru/public/CasaOS.git
synced 2026-07-29 14:07:36 +00:00
9 lines
147 B
Go
9 lines
147 B
Go
package system_app
|
|
|
|
import "encoding/xml"
|
|
|
|
type SyncConfig struct {
|
|
XMLName xml.Name `xml:"configuration"`
|
|
Key string `xml:"gui>apikey"`
|
|
}
|