16 lines
153 B
Go
16 lines
153 B
Go
package mt
|
|
|
|
import (
|
|
"f5"
|
|
"mtb"
|
|
)
|
|
|
|
type FriendDb struct {
|
|
mtb.FriendDb
|
|
}
|
|
|
|
type FriendDbTable struct {
|
|
f5.IdMetaTable[FriendDb]
|
|
selfConf *FriendDb
|
|
}
|