app->config->get('swoole.hot_update.' . $name, $default); } protected function resolveParams($name): array { return [ $this->getConfig('include', []), $this->getConfig('exclude', []), $this->getConfig('name', []), ]; } public function getDefaultDriver() { return $this->getConfig('type', 'scan'); } }