(bs io.ReadCloser)
| 77 | } |
| 78 | |
| 79 | func (iresp *InvokeResponse) SetBodyStream(bs io.ReadCloser) { |
| 80 | iresp.bodyStream = bs |
| 81 | } |
| 82 | |
| 83 | func (iresp *InvokeResponse) Headers() *map[string]string { |
| 84 | return &iresp.headers |
no outgoing calls
no test coverage detected