Esempio n. 1
0
//注册method time命令
func RegisterMTCommand() {
	isLog = true
	mt := new(commandMT)
	command.Register(mt)
}
Esempio n. 2
0
func init() {
	lc := new(commandLC)
	command.Register(lc)
}
Esempio n. 3
0
func init() {
	command.Register(new(_gw_online))
}