Files
kiri-core/Rpc/IProducer.php
T

15 lines
91 B
PHP
Raw Normal View History

2021-03-23 13:54:34 +08:00
<?php
namespace Rpc;
interface IProducer
{
2021-03-23 16:14:05 +08:00
public function initClient(): array;
2021-03-23 13:54:34 +08:00
}