优化代码

This commit is contained in:
GoEdgeLab
2023-07-03 17:12:00 +08:00
parent a0536566bc
commit 8eed6a8dfd

View File

@@ -3,7 +3,9 @@
package nodeconfigs
var DefaultUAMPolicy = &UAMPolicy{}
func NewUAMPolicy() *UAMPolicy {
return &UAMPolicy{}
}
type UAMPolicy struct {
IsOn bool `yaml:"isOn" json:"isOn"`