package mt import ( "f5" "mtb" ) type MasterCluster struct { mtb.MasterCluster } type MasterClusterTable struct { f5.IdMetaTable[MasterCluster] }