This commit is contained in:
2021-03-23 13:54:34 +08:00
parent b39e4a466b
commit 53d746cf9a
2 changed files with 52 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
namespace Rpc;
interface IProducer
{
public function getConfig();
}