aozhiwei a62220e3b9 1
2024-06-21 14:59:34 +08:00

16 lines
158 B
Go

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