We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
说回来这个serverList起名是list,传的是字符串。 然后字符串的格式咱们一窍不通~文档也没写!
Sorry, something went wrong.
你这个说的有点无理取闹了, 点进声明看一下不就知道了
我也想获取 groupName下的所有实例, 但是现在serviceName 是必传, 我可能只能改造我的服务注册为相同的 serviceName了, 但是 subscribe好像无法实时
@JxJPu9bD OK,既然声明写的这么好,那写文档干嘛呢?!另外你截图的这个d.ts有一丁点注释吗?他写的真的很好吗?了解下JSDoc?
要不要我贴一段react/index.d.ts给你看看?
如果是我写:
/** * @brief 用于NamingClient的Config */ interface NacosNamingClientConfig { /** * @brief 服务器列表,下面的示例两者等价 * @example * 'server1.xxxx.com,server2.xxxx.com' * ['server1.xxxx.com', 'server2.xxxx.com'] */ serverList: string | string[]; }
很难吗?不难吧?而且还能根据注释生成doc直接部署到网站;真不知道是没用过好的开源产品还是怎么的?弄不清
No branches or pull requests
The text was updated successfully, but these errors were encountered: