16 lines
143 B
Go
16 lines
143 B
Go
package mt
|
|
|
|
import (
|
|
"f5"
|
|
"mtb"
|
|
)
|
|
|
|
type Config struct {
|
|
mtb.Config
|
|
}
|
|
|
|
type ConfigTable struct {
|
|
f5.IdMetaTable[Config]
|
|
selfConf *Config
|
|
}
|