This commit is contained in:
2021-10-28 18:24:46 +08:00
parent d29020f065
commit c7f4b8a0f7
8 changed files with 292 additions and 34 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace Kiri\Rpc;
use Psr\Http\Client\ClientInterface;
/**
* @mixin JsonRpcTransporter
*/
interface RpcClientInterface extends ClientInterface
{
}