(hookFunc func(ziface.IConnection))
| 514 | } |
| 515 | |
| 516 | func (s *Server) SetOnConnStop(hookFunc func(ziface.IConnection)) { |
| 517 | s.onConnStop = hookFunc |
| 518 | } |
| 519 | |
| 520 | func (s *Server) GetOnConnStart() func(ziface.IConnection) { |
| 521 | return s.onConnStart |
no outgoing calls