MCPcopy
hub / github.com/aceld/zinx / PingRouter

Struct PingRouter

examples/zinx_closecallback/router/ping_router.go:12–14  ·  view source on GitHub ↗

PingRouter handles ping messages PingRouter 处理ping消息

Source from the content-addressed store, hash-verified

10// PingRouter handles ping messages
11// PingRouter 处理ping消息
12type PingRouter struct {
13 znet.BaseRouter
14}
15
16// PreHandle processes the request before the main handler
17// PreHandle 在主处理器之前处理请求

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected