mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
committed by
Roeland Jago Douma
parent
0b6e197491
commit
fa76b49cd2
@@ -44,7 +44,7 @@ interface IDiscoveryService {
|
||||
*
|
||||
* @param string $remote
|
||||
* @param string $service the service you want to discover
|
||||
* @param bool $skipCache We won't check if the data is in the cache. This is usefull if a background job is updating the status
|
||||
* @param bool $skipCache We won't check if the data is in the cache. This is useful if a background job is updating the status - Added in 14.0.0
|
||||
* @return array
|
||||
*/
|
||||
public function discover(string $remote, string $service, bool $skipCache = false): array;
|
||||
|
||||
Reference in New Issue
Block a user