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 (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"q5"
|
"q5"
|
||||||
"sync"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"main/common"
|
"main/common"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
@ -15,7 +14,6 @@ type pendingUser struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type cacheMgr struct {
|
type cacheMgr struct {
|
||||||
lock sync.Mutex
|
|
||||||
userHash map[string]*userProfile
|
userHash map[string]*userProfile
|
||||||
pendingHash map[string]*pendingUser
|
pendingHash map[string]*pendingUser
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user