Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveUsersCache ¶
type ActiveUsersCache struct {
// contains filtered or unexported fields
}
func NewActiveUsersCache ¶
func NewActiveUsersCache() *ActiveUsersCache
func (*ActiveUsersCache) AddUser ¶
func (c *ActiveUsersCache) AddUser(user models.User)
func (*ActiveUsersCache) DeleteUser ¶
func (c *ActiveUsersCache) DeleteUser(userId string)
func (*ActiveUsersCache) GetAllUsers ¶
func (c *ActiveUsersCache) GetAllUsers() map[string]models.User
Click to show internal directories.
Click to hide internal directories.