| 36 | ) |
| 37 | |
| 38 | type KeyInternalAPI struct { |
| 39 | DB storage.Database |
| 40 | ThisServer gomatrixserverlib.ServerName |
| 41 | FedClient fedsenderapi.KeyserverFederationAPI |
| 42 | UserAPI userapi.KeyserverUserAPI |
| 43 | Producer *producers.KeyChange |
| 44 | Updater *DeviceListUpdater |
| 45 | } |
| 46 | |
| 47 | func (a *KeyInternalAPI) SetUserAPI(i userapi.KeyserverUserAPI) { |
| 48 | a.UserAPI = i |
nothing calls this directly
no outgoing calls
no test coverage detected