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 }