2023-09-03 18:09:14 +08:00

16 lines
143 B
Go

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