WIP: API methods for add/remove members to user group

This commit is contained in:
Daniel Lee
2017-06-12 15:49:09 +02:00
parent 0a1df0905e
commit 552935031b
4 changed files with 31 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@ func CreateUserGroup(cmd *m.CreateUserGroupCommand) error {
userGroup := m.UserGroup{
Name: cmd.Name,
OrgId: cmd.OrgId,
Created: time.Now(),
Updated: time.Now(),
}