package model type User struct{ id string 'ldap:uid' lastName string 'ldap:sn' firstName string 'ldap:givenName' email string 'ldap:mail' }