diff --git a/model/user.go b/model/user.go index ef17aef..45e0d7f 100644 --- a/model/user.go +++ b/model/user.go @@ -1,4 +1,9 @@ package model -inter \ No newline at end of file +type User struct{ + id string 'ldap:uid' + lastName string 'ldap:sn' + firstName string 'ldap:givenName' + email string 'ldap:mail' +} \ No newline at end of file