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

Interface StreamRpcInterface

pkg/streamclient/streambroker.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type StreamRpcInterface interface {
24 StreamDataAckCommand(data wshrpc.CommandStreamAckData, opts *wshrpc.RpcOpts) error
25 StreamDataCommand(data wshrpc.CommandStreamData, opts *wshrpc.RpcOpts) error
26}
27
28type Broker struct {
29 lock sync.Mutex

Callers 2

processSendAckMethod · 0.65
processSendDataMethod · 0.65

Implementers 5

RpcApiTypefrontend/app/store/wshclientapi.ts
WshRpcStreamClientAdapterpkg/wshutil/wshstreamadapter.go
mockRpcInterfacepkg/streamclient/streambroker_test.go
WriterBridgecmd/test-streammanager/bridge.go
ReaderBridgecmd/test-streammanager/bridge.go

Calls

no outgoing calls

Tested by

no test coverage detected