变更
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Rpc;
|
||||
|
||||
interface JsonRpcTransporterInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @param string $content
|
||||
* @param string $service
|
||||
* @return string|bool
|
||||
*/
|
||||
public function push(string $content, string $service): string|bool;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user