Documentation
¶
Index ¶
Constants ¶
View Source
const DeleteCloudUserGroups = "delete from cloud_user_groups"
View Source
const InsertCloudUserGroups = "insert into cloud_user_groups"
View Source
const SelectCloudUserDept = "select groups_name from cloud_user_groups where users like '?,%' or users like '%,?' or users like '%,?,%' or users='?'"
View Source
const SelectCloudUserGroups = "" /* 127-byte string literal not displayed */
View Source
const SelectCloudUserGroupsWhere = ` where 1=1 and (groups_name like "%?%" or users like "%?%")`
View Source
const SelectGroupUsers = "select users from cloud_user_groups where groups_name in (?)"
View Source
const UpdateCloudUserGroups = "update cloud_user_groups"
View Source
const UpdateCloudUserGroupsExclude = "CreateTime,CreateUser,GroupsName"
View Source
const UserGroupsLike = "" /* 193-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudUserGroups ¶
type CloudUserGroups struct {
//创建用户
CreateUser string
//最近修改时间
LastModifyTime string
//最近修改用户
LastModifyUser string
//创建时间
CreateTime string
//组名称
GroupsName string
//组成员,用逗号分隔
Users string
//
GroupsId int64
// 描述信息
Description string
}
2018-01-20 06:33:32.8534847 +0800 CST
type CloudUserGroupsName ¶
Click to show internal directories.
Click to hide internal directories.