Documentation
¶
Index ¶
- Variables
- func AddUser(user *auth.User) bool
- func AddUsers(users []*auth.User) bool
- func AddUsersInBatch(users []*auth.User) bool
- func GetOnlineUserCount() int
- func GetSortedUsers(sorter string, limit int) []*auth.User
- func GetUser(name string) *auth.User
- func GetUserByEmail(email string) *auth.User
- func GetUserCount() int
- func GetUsers() []*auth.User
- func InitCasdoorAdapter()
- func UpdateUser(owner string, name string, user *auth.User) bool
- type Adapter
- type Session
Constants ¶
This section is empty.
Variables ¶
View Source
var CasdoorOrganization string
Functions ¶
func AddUsersInBatch ¶
func GetOnlineUserCount ¶
func GetOnlineUserCount() int
func GetUserByEmail ¶
func GetUserCount ¶
func GetUserCount() int
func InitCasdoorAdapter ¶
func InitCasdoorAdapter()
Types ¶
Click to show internal directories.
Click to hide internal directories.