Documentation ¶
Index ¶
Constants ¶
View Source
const ( UID = "uid" NAME = "name" INFO = "info" TYPE = "type" TITLE = "title" CONTENT = "content" USER_UID = "user_uid" USER_GROUP_ROLE = "user_group_role" GROUP_UID = "group_uid" GROUP_NAME = "group_name" GROUP_TYPE = "group_type" ACTIVITY_UID = "activity_uid" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity struct { db.ModelContent GroupUID string `gorm:"type:char(32);index"` }
type Group ¶
type Group struct { db.ModelPlace CompanyUID string `gorm:"type:char(32);index"` }
type UserGroup ¶
type UserGroup struct { db.ModelUserPlace GroupUID string `gorm:"type:char(32);index"` }
Click to show internal directories.
Click to hide internal directories.