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

Struct PingRouter

examples/zinx_version_ex/ZinxV0.3Test/server/server.go:11–13  ·  view source on GitHub ↗

ping test 自定义路由

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected