Example #1
0
func (srv *Vtram) Hello(req *vtsrv.Req) {
	req.RespondHello("anonymous", 0, 0)
}
Example #2
0
func (srv *Grande) Hello(req *vtsrv.Req) {
	req.RespondHello("anonymous", 0, 0)
}