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

Function clientStreamingPrimitiveDSL

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

Source from the content-addressed store, hash-verified

239}
240
241func clientStreamingPrimitiveDSL() {
242 Service("TestService", func() {
243 Method("ClientStreamPrimitive", func() {
244 StreamingPayload(String)
245 Result(String)
246 HTTP(func() {
247 GET("/client/stream/primitive")
248 })
249 })
250 })
251}
252
253func clientStreamingArrayDSL() {
254 Service("TestService", func() {

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected