| 19 | ) |
| 20 | |
| 21 | type MainServerConn struct { |
| 22 | PeerAuthenticated atomic.Bool |
| 23 | SelfAuthenticated atomic.Bool |
| 24 | WshRpc *wshutil.WshRpc |
| 25 | Conn net.Conn |
| 26 | inputCh chan baseds.RpcInputChType |
| 27 | closeOnce sync.Once |
| 28 | } |
| 29 | |
| 30 | func (*MainServerConn) WshServerImpl() {} |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected