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