mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-09 16:50:25 +08:00
9 lines
225 B
Go
9 lines
225 B
Go
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
|
||
|
|
package systemconfigs
|
||
|
|
|
||
|
|
// CheckUpdatesConfig 检查更新配置
|
||
|
|
type CheckUpdatesConfig struct {
|
||
|
|
AutoCheck bool `yaml:"autoCheck" json:"autoCheck"`
|
||
|
|
}
|