1
This commit is contained in:
parent
3d2c5814c4
commit
7aeebc65c1
@ -2,6 +2,7 @@ package mail
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
|
"sync"
|
||||||
//"main/common"
|
//"main/common"
|
||||||
//"main/constant"
|
//"main/constant"
|
||||||
//"q5"
|
//"q5"
|
||||||
@ -23,7 +24,7 @@ type mail struct {
|
|||||||
userRegStart int32
|
userRegStart int32
|
||||||
userRegEnd int32
|
userRegEnd int32
|
||||||
attachments []*attachment
|
attachments []*attachment
|
||||||
userGroups []int64
|
userGroups *sync.Map
|
||||||
reciver string
|
reciver string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user