MCPcopy
hub / github.com/air-verse/air / Streamer

Interface Streamer

runner/proxy.go:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type Streamer interface {
28 AddSubscriber() *Subscriber
29 RemoveSubscriber(id int32)
30 Reload()
31 BuildFailed(msg BuildFailedMsg)
32 Stop()
33}
34
35// contentEncoding represents the type of content encoding used in HTTP responses.
36type contentEncoding int

Callers 14

reloadHandlerMethod · 0.65
reloadHandlerMethod · 0.65
runBinMethod · 0.65
ReloadMethod · 0.65
buildRunMethod · 0.65
BuildFailedMethod · 0.65
mainFunction · 0.65
cleanupMethod · 0.65
StopMethod · 0.65
waitingHTTPBodyFunction · 0.65

Implementers 2

reloaderrunner/proxy_test.go
ProxyStreamrunner/proxy_stream.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…