Documentation ¶
Index ¶
- type UserGroupService
- func (this *UserGroupService) AddUserGroup(userCount int, uids []string, groupRemark, groupName string) (err error)
- func (this *UserGroupService) DeleteUserGroup(id int) (err error)
- func (this *UserGroupService) ModifyUserGroup(id int, groupRemark, groupName string) (err error)
- func (this *UserGroupService) Options() (list []model.UserGroup, err error)
- func (this *UserGroupService) UserGroupList() (list []model.UserGroup, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserGroupService ¶
func (*UserGroupService) AddUserGroup ¶
func (this *UserGroupService) AddUserGroup(userCount int, uids []string, groupRemark, groupName string) (err error)
func (*UserGroupService) DeleteUserGroup ¶
func (this *UserGroupService) DeleteUserGroup(id int) (err error)
func (*UserGroupService) ModifyUserGroup ¶
func (this *UserGroupService) ModifyUserGroup(id int, groupRemark, groupName string) (err error)
func (*UserGroupService) Options ¶
func (this *UserGroupService) Options() (list []model.UserGroup, err error)
func (*UserGroupService) UserGroupList ¶
func (this *UserGroupService) UserGroupList() (list []model.UserGroup, err error)
Click to show internal directories.
Click to hide internal directories.