(handler statute.UserAssociateHandler)
| 113 | } |
| 114 | |
| 115 | func WithAssociateHandle(handler statute.UserAssociateHandler) ServerOption { |
| 116 | return func(s *Server) { |
| 117 | s.UserAssociateHandle = handler |
| 118 | } |
| 119 | } |
| 120 | |
| 121 | func WithProxyDial(proxyDial statute.ProxyDialFunc) ServerOption { |
| 122 | return func(s *Server) { |
nothing calls this directly
no outgoing calls
no test coverage detected