1
This commit is contained in:
parent
69bb3fc403
commit
b1cd86be36
@ -16,11 +16,11 @@ type userGroup struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type mailMgr struct {
|
type mailMgr struct {
|
||||||
idHash sync.Map
|
idHash sync.Map //int64 => *mail
|
||||||
wholeMails sync.Map
|
wholeMails sync.Map //int64 => *mail
|
||||||
groupMails sync.Map
|
groupMails sync.Map //int64 => *mail
|
||||||
personalMails sync.Map
|
personalMails sync.Map //string => sync.Map<int64, *mail>
|
||||||
groupHash sync.Map
|
groupHash sync.Map //int64 => *userGroup
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *mailMgr) Init() {
|
func (this *mailMgr) Init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user