Conversation
- 在`openapi.yaml`中添加了`/api/runtime/function/info`的POST接口定义。 - 新增`GetFunctionInfoInGoroutineReq`和`GetFunctionInfoInGoroutineReply`消息结构,定义请求和响应格式。 - 在`analysis_grpc.pb.go`和`analysis.pb.go`中注册了新的gRPC方法。 - 更新`analysis.go`和`trace_ent.go`,实现获取函数信息的业务逻辑。 - 修改`.gitignore`,添加对`.db`文件的忽略。 - 更新`config.yaml`,修改HTTP服务端口为8001。
- 在`openapi.yaml`中添加了`/api/runtime/modules`的POST接口定义。 - 新增`GetModuleNamesReq`和`GetModuleNamesReply`消息结构,定义请求和响应格式。 - 在`analysis_grpc.pb.go`和`analysis.pb.go`中注册了新的gRPC方法`GetModuleNames`。 - 更新`analysis.go`,实现获取模块名称的业务逻辑。 - 移除不再使用的API接口定义,优化接口文档。 - 更新`README.md`和`README.ZH.md`,增加命令行参数配置示例,提升用户体验。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.