15 lines
130 B
Go
15 lines
130 B
Go
package mt
|
|
|
|
import (
|
|
"f5"
|
|
"main/mtb"
|
|
)
|
|
|
|
type ConfDb struct {
|
|
mtb.ConfDb
|
|
}
|
|
|
|
type ConfDbTable struct {
|
|
f5.IdMetaTable[ConfDb]
|
|
}
|