优化代码

This commit is contained in:
刘祥超
2023-07-03 17:12:00 +08:00
parent 0b2e9fa864
commit 28458d9cfc

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"`