mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
10 lines
148 B
Go
10 lines
148 B
Go
package model
|
|
|
|
type ZeroTierUpData struct {
|
|
Config ZeroTierConfig `json:"config"`
|
|
}
|
|
|
|
type ZeroTierConfig struct {
|
|
Private bool `json:"private"`
|
|
}
|