groups

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

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

type CloudUserGroupsName struct {
	//组名称
	GroupsName string
	//
	GroupsId int64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL