(req ziface.IRequest)
| 20 | } |
| 21 | |
| 22 | func (r *router) Handle(req ziface.IRequest) { |
| 23 | id, _ := strconv.Atoi(string(req.GetData())) |
| 24 | nt.SetNotifyID(uint64(id), req.GetConnection()) |
| 25 | } |
| 26 | |
| 27 | func Server() { |
| 28 | s := znet.NewUserConfServer(&zconf.Config{ |
nothing calls this directly
no test coverage detected