Documentation ¶
Index ¶
Constants ¶
View Source
const UserGroupTable = "user_group"
UserGroupTable is the name of table in DB that holds the user object
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserGroup ¶
type UserGroup struct { ID int `orm:"pk;auto;column(id)" json:"id,omitempty"` GroupName string `orm:"column(group_name)" json:"group_name,omitempty"` GroupType int `orm:"column(group_type)" json:"group_type,omitempty"` LdapGroupDN string `orm:"column(ldap_group_dn)" json:"ldap_group_dn,omitempty"` }
UserGroup ...
func UserGroupsFromName ¶
UserGroupsFromName ...
Click to show internal directories.
Click to hide internal directories.