PingRouter handles ping messages PingRouter 处理ping消息
| 10 | // PingRouter handles ping messages |
| 11 | // PingRouter 处理ping消息 |
| 12 | type PingRouter struct { |
| 13 | znet.BaseRouter |
| 14 | } |
| 15 | |
| 16 | // PreHandle processes the request before the main handler |
| 17 | // PreHandle 在主处理器之前处理请求 |
nothing calls this directly
no outgoing calls
no test coverage detected