| 27 | ) |
| 28 | |
| 29 | type KeyInternalAPI interface { |
| 30 | SyncKeyAPI |
| 31 | ClientKeyAPI |
| 32 | FederationKeyAPI |
| 33 | UserKeyAPI |
| 34 | |
| 35 | // SetUserAPI assigns a user API to query when extracting device names. |
| 36 | SetUserAPI(i userapi.KeyserverUserAPI) |
| 37 | } |
| 38 | |
| 39 | // API functions required by the clientapi |
| 40 | type ClientKeyAPI interface { |
no outgoing calls
no test coverage detected