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

Function clientStreamingArrayDSL

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

Source from the content-addressed store, hash-verified

251}
252
253func clientStreamingArrayDSL() {
254 Service("TestService", func() {
255 Method("ClientStreamArray", func() {
256 StreamingPayload(ArrayOf(Int))
257 Result(String)
258 HTTP(func() {
259 GET("/client/stream/array")
260 })
261 })
262 })
263}
264
265func clientStreamingObjectDSL() {
266 Service("TestService", func() {

Callers

nothing calls this directly

Calls 7

MethodFunction · 0.85
StreamingPayloadFunction · 0.85
ArrayOfFunction · 0.85
ResultFunction · 0.85
GETFunction · 0.85
ServiceFunction · 0.50
HTTPFunction · 0.50

Tested by

no test coverage detected