This commit is contained in:
2021-10-26 18:58:09 +08:00
parent b68403f581
commit 3d690d6d15
13 changed files with 352 additions and 258 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Kiri\Rpc;
interface OnRpcConsumerInterface
{
}