Esempio n. 1
0
func Init() {
	policies.RegisterPolicy("bind", &BindPolicy{})
}
Esempio n. 2
0
func Init() {
	policies.RegisterPolicy("ha", &HAPolicy{})
}