MCPcopy 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
9type SSEEncoder struct {
10 writer http.ResponseWriter
11}
12
13func NewSSEEncoder(w http.ResponseWriter) *SSEEncoder {
14 return &SSEEncoder{w}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected