Files
kiri-core/Rpc/IProducer.php
T

15 lines
90 B
PHP
Raw Normal View History

2021-03-23 13:54:34 +08:00
<?php
namespace Rpc;
interface IProducer
{
2021-03-23 13:55:10 +08:00
public function getConfig(): array;
2021-03-23 13:54:34 +08:00
}