From 13d33d584d14a0fd60c8bd9b8ca6cd6f80572257 Mon Sep 17 00:00:00 2001 From: sangbum kim Date: Tue, 15 Mar 2016 00:25:16 +0900 Subject: [PATCH] =?UTF-8?q?user=20=EB=AA=A8=EB=8D=B8=20=EC=A0=9C=EC=9E=91?= =?UTF-8?q?=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/user.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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