You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-03 23:30:39 +02: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"`
|
|
}
|