mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
8 lines
121 B
PHP
8 lines
121 B
PHP
<?php
|
|
|
|
namespace React\Dns\Query;
|
|
|
|
interface ExecutorInterface
|
|
{
|
|
public function query($nameserver, Query $query);
|
|
}
|