Exemplo n.º 1
0
func init() {
	auth.Register("ldap_auth", &Auth{})
}
Exemplo n.º 2
0
Arquivo: db.go Projeto: vmware/harbor
func init() {
	auth.Register("db_auth", &Auth{})
}