1
This commit is contained in:
parent
7489763fa9
commit
8be7812708
@ -11,16 +11,16 @@ type MailMgr struct {
|
|||||||
|
|
||||||
func (this *MailMgr) Init() {
|
func (this *MailMgr) Init() {
|
||||||
this.idHash = make(map[int64]*Mail)
|
this.idHash = make(map[int64]*Mail)
|
||||||
this.FetchMailFromDB()
|
this.fetchMailFromDB()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *MailMgr) UnInit() {
|
func (this *MailMgr) UnInit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *MailMgr) FetchMailFromDB() {
|
func (this *MailMgr) fetchMailFromDB() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *MailMgr) LoadFromDB() {
|
func (this *MailMgr) loadFromDB() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *MailMgr) caGetMailList(common.Player, *gin.Context) {
|
func (this *MailMgr) caGetMailList(common.Player, *gin.Context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user