11 lines
123 B
Go
11 lines
123 B
Go
package model
|
|
|
|
type inbox struct {
|
|
|
|
}
|
|
|
|
var Inbox = new(inbox)
|
|
|
|
func (this *inbox) Mark(accountId string, mailId int64) {
|
|
}
|