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

Interface ServerImpl

pkg/wshutil/wshrpc.go:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38type CommandHandlerFnType = func(*RpcResponseHandler) bool
39
40type ServerImpl interface {
41 WshServerImpl()
42}
43
44type AbstractRpcClient interface {
45 GetPeerInfo() string

Callers

nothing calls this directly

Implementers 6

WshServerpkg/wshrpc/wshserver/wshserver.go
ServerImplpkg/wshrpc/wshremote/wshremote.go
WshServerpkg/wshrpc/wshclient/barerpcclient.go
WshRouterControlImplpkg/wshutil/wshrouter_controlimpl.go
WaveAppServerImplpkg/waveapp/waveappserverimpl.go
MainServerConnpkg/jobmanager/mainserverconn.go

Calls

no outgoing calls

Tested by

no test coverage detected