package mt import ( "f5" "main/mtb" ) type ConfDb struct { mtb.ConfDb } type ConfDbTable struct { f5.IdMetaTable[ConfDb] }