15 lines
153 B
Go
15 lines
153 B
Go
package mt
|
|
|
|
import (
|
|
"f5"
|
|
"mtb"
|
|
)
|
|
|
|
type MasterCluster struct {
|
|
mtb.MasterCluster
|
|
}
|
|
|
|
type MasterClusterTable struct {
|
|
f5.IdMetaTable[MasterCluster]
|
|
}
|