23 lines
217 B
Go
23 lines
217 B
Go
package mt
|
|
|
|
import (
|
|
"f5"
|
|
"mtb"
|
|
)
|
|
|
|
type MailDb struct {
|
|
mtb.MailDb
|
|
}
|
|
|
|
type MailDbTable struct {
|
|
f5.IdMetaTable[MailDb]
|
|
selfConf *MailDb
|
|
}
|
|
|
|
func (this *MailDb) Init1() {
|
|
|
|
}
|
|
|
|
func (this *MailDbTable) GetConf() {
|
|
}
|