()
| 90 | } |
| 91 | |
| 92 | func (h *SSEHandlerCh) Context() context.Context { |
| 93 | return h.ctx |
| 94 | } |
| 95 | |
| 96 | // SetupSSE configures the response headers and starts the writer goroutine |
| 97 | func (h *SSEHandlerCh) SetupSSE() error { |
no outgoing calls
no test coverage detected