mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-24 23:05:17 +08:00
增加自动检查系统更新设置
This commit is contained in:
8
pkg/systemconfigs/check_updates_config.go
Normal file
8
pkg/systemconfigs/check_updates_config.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package systemconfigs
|
||||
|
||||
// CheckUpdatesConfig 检查更新配置
|
||||
type CheckUpdatesConfig struct {
|
||||
AutoCheck bool `yaml:"autoCheck" json:"autoCheck"`
|
||||
}
|
||||
Reference in New Issue
Block a user