Files
kiri-core/kiri-server/SwooleServerInterface.php
T

13 lines
97 B
PHP
Raw Normal View History

2021-11-30 14:32:56 +08:00
<?php
namespace Kiri\Server;
interface SwooleServerInterface
{
public function start();
}