Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Serp\Contracts;
|
||||
|
||||
use App\Serp\Data\SerpQuery;
|
||||
use App\Serp\Data\SerpSubmission;
|
||||
use App\Serp\Data\SerpTaskResult;
|
||||
|
||||
interface AsyncSerpProvider extends SerpProvider
|
||||
{
|
||||
public function submit(SerpQuery $query): SerpSubmission;
|
||||
|
||||
public function collect(string $taskId, int $limit): SerpTaskResult;
|
||||
}
|
||||
Reference in New Issue
Block a user