MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / ServerImpl

Struct ServerImpl

pkg/wshrpc/wshremote/wshremote.go:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type ServerImpl struct {
36 LogWriter io.Writer
37 Router *wshutil.WshRouter
38 RpcClient *wshutil.WshRpc
39 IsLocal bool
40 InitialEnv map[string]string
41 JobManagerMap map[string]*JobManagerConnection
42 SockName string
43 Lock sync.Mutex
44}
45
46func MakeRemoteRpcServerImpl(logWriter io.Writer, router *wshutil.WshRouter, rpcClient *wshutil.WshRpc, isLocal bool, initialEnv map[string]string, sockName string) *ServerImpl {
47 return &ServerImpl{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected