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

Function serverStreamingArrayDSL

http/codegen/websocket_golden_test.go:167–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167func serverStreamingArrayDSL() {
168 Service("TestService", func() {
169 Method("StreamArray", func() {
170 StreamingResult(ArrayOf(String))
171 HTTP(func() {
172 GET("/stream/array")
173 })
174 })
175 })
176}
177
178func serverStreamingObjectDSL() {
179 Service("TestService", func() {

Callers

nothing calls this directly

Calls 6

MethodFunction · 0.85
StreamingResultFunction · 0.85
ArrayOfFunction · 0.85
GETFunction · 0.85
ServiceFunction · 0.50
HTTPFunction · 0.50

Tested by

no test coverage detected