[ 'swLogClient' => Swoole\Client\SwLogClient::class, 'swTaskClient' => Swoole\Client\SwTaskClient::class, ], 'factories' => [ Command\TestCommand::class => ServiceFactory::class, Swoole\Server\SwLogCommand::class => ServiceFactory::class, Swoole\Client\SwLogClient::class => ServiceFactory::class, Swoole\Server\SwItemTipCommand::class => ServiceFactory::class, Swoole\Server\SwTimerCommand::class => ServiceFactory::class, Swoole\Server\SwTaskCommand::class => ServiceFactory::class, Swoole\Client\SwTaskClient::class => ServiceFactory::class, Swoole\Server\WebSocketCommand::class => ServiceFactory::class, UnitTestCommand::class => ServiceFactory::class, RunCommand::class => ServiceFactory::class, ] ];