mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
refactor: connector abstraction
This commit is contained in:
@@ -7,7 +7,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
|
||||
|
||||
interface ConnectorInterface
|
||||
{
|
||||
public function __construct(array $authData, HttpClientInterface $client);
|
||||
public function authenticate(array $authData);
|
||||
|
||||
public function orderDomain(Domain $domain, bool $dryRun): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user