(t *testing.T, attrs *NamedAttributeExpr)
| 169 | } |
| 170 | |
| 171 | func withReadStreamingPayload(t *testing.T, attrs *NamedAttributeExpr) func(*InterceptorExpr) { |
| 172 | t.Helper() |
| 173 | return func(i *InterceptorExpr) { |
| 174 | i.ReadStreamingPayload = &AttributeExpr{Type: &Object{attrs}} |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | func withReadStreamingResult(t *testing.T, attrs *NamedAttributeExpr) func(*InterceptorExpr) { |
| 179 | t.Helper() |
no outgoing calls
no test coverage detected