| 66 | ) |
| 67 | |
| 68 | type httpRoomserverInternalAPI struct { |
| 69 | roomserverURL string |
| 70 | httpClient *http.Client |
| 71 | cache caching.RoomVersionCache |
| 72 | } |
| 73 | |
| 74 | // NewRoomserverClient creates a RoomserverInputAPI implemented by talking to a HTTP POST API. |
| 75 | // If httpClient is nil an error is returned |
nothing calls this directly
no outgoing calls
no test coverage detected