Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/and3rson/raid
/ SSEEncoder
Struct
SSEEncoder
raid/sse.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
SSEEncoder
struct
{
10
writer http.ResponseWriter
11
}
12
13
func
NewSSEEncoder(w http.ResponseWriter) *SSEEncoder {
14
return
&SSEEncoder{w}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected