user 모델 제작중
This commit is contained in:
parent
c21ca252a3
commit
13d33d584d
|
@ -1,4 +1,9 @@
|
||||||
package model
|
package model
|
||||||
|
|
||||||
|
|
||||||
inter
|
type User struct{
|
||||||
|
id string 'ldap:uid'
|
||||||
|
lastName string 'ldap:sn'
|
||||||
|
firstName string 'ldap:givenName'
|
||||||
|
email string 'ldap:mail'
|
||||||
|
}
|
Loading…
Reference in New Issue