-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
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
快速开始, 按照流程执行,生成代码时没有handler方法。 #1157
Comments
|
需要有 service 才能生成 handler |
对于初学者,快速开始文档给人的预期,就是按照文档流程可以运行起来。 初学者对之并没有一个整体的认识,并不知道缺少什么? 文档给人的感觉对初学者很不友好,初学者按文档来实践时遇到很多的问题。 |
handler中没有方法时,就会造成接下来的流程无法执行,因为导入的包没有使用,编译时就抛出错误。 |
感谢反馈,后续我们优化下 |
上面图片中的idl文件中有service, 但是却没有生成的。 |
用 MAC 或者 WSL 试试,没有做过 windows 场景下的完整测试,部分文档针对 windows 可能需要更新和优化。 |
#1158 应该是这个问题,没有定义 http 路径,我更新下 |
我尝试windows上的debian docker容器,一样的结果。
|
我明天试试非容器的debian, 或者mac看下。 |
参考更新后的文档或者 https://www.cloudwego.io/docs/hertz/tutorials/toolkit/usage-thrift/ 这里, service HelloService {
string Hello(1: string name) (api.get="/hello");
} |
谢谢,可以了。原来是idl写法存在问题。对这个不熟悉,生成代码过程中没有详细日志信息。 |
The text was updated successfully, but these errors were encountered: