(s *router.Context)
| 30 | ) |
| 31 | |
| 32 | func (r *Router) cmdCOMMAND(s *router.Context) error { |
| 33 | return router.WriteObjects(s.Writer, nil) |
| 34 | } |
| 35 | |
| 36 | func (r *Router) cmdPING(s *router.Context) error { |
| 37 | s.Reply = pongReply |
nothing calls this directly
no test coverage detected