ping test 自定义路由
| 9 | |
| 10 | // ping test 自定义路由 |
| 11 | type PingRouter struct { |
| 12 | znet.BaseRouter |
| 13 | } |
| 14 | |
| 15 | // Test PreHandle |
| 16 | func (this *PingRouter) PreHandle(request ziface.IRequest) { |
nothing calls this directly
no outgoing calls
no test coverage detected