()
| 28 | |
| 29 | type PipelineResponse interface { |
| 30 | HTTPResponse() *http.Response |
| 31 | RequestData() any |
| 32 | |
| 33 | IsMetadata() bool // todo: search and query range pass back metadata responses through a normal http response. update to use this instead. |
no outgoing calls