httpAppServiceQueryAPI contains the URL to an appservice query API and a reference to a httpClient used to reach it
| 19 | // httpAppServiceQueryAPI contains the URL to an appservice query API and a |
| 20 | // reference to a httpClient used to reach it |
| 21 | type httpAppServiceQueryAPI struct { |
| 22 | appserviceURL string |
| 23 | httpClient *http.Client |
| 24 | } |
| 25 | |
| 26 | // NewAppserviceClient creates a AppServiceQueryAPI implemented by talking |
| 27 | // to a HTTP POST API. |
nothing calls this directly
no outgoing calls
no test coverage detected