1
This commit is contained in:
parent
6b74c7b9b4
commit
30d25d803f
2
server/imserver_new/cache/cachemgr.go
vendored
2
server/imserver_new/cache/cachemgr.go
vendored
@ -3,7 +3,6 @@ package cache
|
||||
import (
|
||||
"f5"
|
||||
"q5"
|
||||
"sync"
|
||||
"fmt"
|
||||
"main/common"
|
||||
"main/constant"
|
||||
@ -15,7 +14,6 @@ type pendingUser struct {
|
||||
}
|
||||
|
||||
type cacheMgr struct {
|
||||
lock sync.Mutex
|
||||
userHash map[string]*userProfile
|
||||
pendingHash map[string]*pendingUser
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user