Files
kiri-rpc/src/RpcClientInterface.php
T

15 lines
162 B
PHP
Raw Permalink Normal View History

2021-10-28 18:24:46 +08:00
<?php
namespace Kiri\Rpc;
use Psr\Http\Client\ClientInterface;
/**
* @mixin JsonRpcTransporter
*/
interface RpcClientInterface extends ClientInterface
{
}