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