Files
kiri-rpc/src/RpcClientInterface.php
T
2021-10-28 18:24:46 +08:00

15 lines
162 B
PHP

<?php
namespace Kiri\Rpc;
use Psr\Http\Client\ClientInterface;
/**
* @mixin JsonRpcTransporter
*/
interface RpcClientInterface extends ClientInterface
{
}