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