MCPcopy
hub / github.com/wavetermdev/waveterm / MainServerConn

Struct MainServerConn

pkg/jobmanager/mainserverconn.go:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type 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
30func (*MainServerConn) WshServerImpl() {}
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected