예제 #1
0
func init() {
	auth.Register("ldap_auth", &Auth{})
}
예제 #2
0
파일: db.go 프로젝트: vmware/harbor
func init() {
	auth.Register("db_auth", &Auth{})
}