mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40:25 +08:00
优化代码
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
|
||||
package nodeconfigs
|
||||
|
||||
var DefaultUAMPolicy = &UAMPolicy{}
|
||||
func NewUAMPolicy() *UAMPolicy {
|
||||
return &UAMPolicy{}
|
||||
}
|
||||
|
||||
type UAMPolicy struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
|
||||
Reference in New Issue
Block a user