MCPcopy Create free account
hub / github.com/goadesign/goa / executeSSE

Method executeSSE

jsonrpc/integration_tests/framework/executor.go:202–208  ·  view source on GitHub ↗

executeSSE handles Server-Sent Events scenarios

(_ context.Context, t *testing.T, _ Scenario)

Source from the content-addressed store, hash-verified

200
201// executeSSE handles Server-Sent Events scenarios
202func (e *executor) executeSSE(_ context.Context, t *testing.T, _ Scenario) {
203 t.Helper()
204
205 // SSE implementation would go here
206 // For now, just a placeholder
207 t.Skip("SSE transport not yet implemented")
208}
209
210// executeStreaming handles streaming scenarios with sequences
211func (e *executor) executeStreaming(t *testing.T, scenario Scenario) {

Callers 1

executeSimpleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected