28 lines
338 B
Go
28 lines
338 B
Go
package main
|
|
|
|
import "mt"
|
|
|
|
type MtwServerInfo struct {
|
|
*mt.ServerInfo
|
|
}
|
|
|
|
type MtwAliKeyConf struct {
|
|
*mt.AliKeyConf
|
|
}
|
|
|
|
type MtwTxKeyConf struct {
|
|
*mt.TxKeyConf
|
|
}
|
|
|
|
type MtwSceneWhiteList struct {
|
|
*mt.SceneWhiteList
|
|
}
|
|
|
|
type MtwLaunchWhiteList struct {
|
|
*mt.LaunchWhiteList
|
|
}
|
|
|
|
type MtwBlockProvinceCity struct {
|
|
*mt.BlockProvinceCity
|
|
}
|