| 52 | } |
| 53 | |
| 54 | type httpFederationInternalAPI struct { |
| 55 | federationAPIURL string |
| 56 | httpClient *http.Client |
| 57 | cache caching.ServerKeyCache |
| 58 | } |
| 59 | |
| 60 | // Handle an instruction to make_leave & send_leave with a remote server. |
| 61 | func (h *httpFederationInternalAPI) PerformLeave( |
nothing calls this directly
no outgoing calls
no test coverage detected