Files
kiri-core/kiri-server/SwooleServerInterface.php
T
2021-11-30 14:32:56 +08:00

13 lines
97 B
PHP

<?php
namespace Kiri\Server;
interface SwooleServerInterface
{
public function start();
}