2024-08-03 14:37:54 +08:00

16 lines
148 B
Go

package mt
import (
"f5"
"main/mtb"
)
type Config struct {
mtb.Config
}
type ConfigTable struct {
f5.IdMetaTable[Config]
selfConf *Config
}