示例#1
0
func Init() {
	policies.RegisterPolicy("bind", &BindPolicy{})
}
示例#2
0
func Init() {
	policies.RegisterPolicy("ha", &HAPolicy{})
}