cloudwego / hertz

Go HTTP framework with high-performance and strong-extensibility for building micro-services.
https://www.cloudwego.io
Apache License 2.0
5.12k stars 496 forks source link

hz 集成 protoc-gen-openapi 插件报错 #1096

Closed darrenxyue closed 4 months ago

darrenxyue commented 4 months ago

Describe the Question

img_v3_02a3_64145d6d-a9ff-4b76-8777-8d9b4680a9cg 按照这个示例生成文档时报错, plugin protoc_gen_hertz returns error: exit status 1, cause: openapiv3/annotations.proto: File not found. google/api/annotations.proto: File not found.

Expected behavior

怎么才能导入 openapiv3/annotations.proto 和 google/api/annotations.proto

Hertz version:

v0.8.1

Environment:

go1.22.2

li-jin-gou commented 4 months ago

same to https://github.com/cloudwego/hertz-examples/issues/143