mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40: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"`
|
|
}
|