Files
kiri-core/Rpc/IProducer.php
T
2021-03-23 16:14:05 +08:00

15 lines
91 B
PHP

<?php
namespace Rpc;
interface IProducer
{
public function initClient(): array;
}