Skip to content
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

How to generate parameter "description" in message of proto3 #766

Open
0xHigos opened this issue May 8, 2023 · 1 comment
Open

How to generate parameter "description" in message of proto3 #766

0xHigos opened this issue May 8, 2023 · 1 comment

Comments

@0xHigos
Copy link

0xHigos commented May 8, 2023

I'm a beginer of proto3.

I searched similar keywords but don't found any relevant issues.

The Go struct code generated by protoc 3 is typically in the following format:
struct{ Field1 string protobuf:"bytes,1,opt,name=field1,proto3" json:"field1,omitempty" }

It only includes protobuf and json parameters. I need to generate fields with additional parameters, such as "protobuf:"" "json:"" "description:". How should I write it in protoc 3?

I wanna generated "description" parameter because open-api v3 is support annotion in resquest/response body now. so maybe proto3 can support generated this parameter.

can someone suggest me how to do it. thanks.

it would be best if someone can give me an example to guide how to write proto3. very thanks :)

@someview
Copy link

I'm a beginer of proto3.

I searched similar keywords but don't found any relevant issues.

The Go struct code generated by protoc 3 is typically in the following format: struct{ Field1 string protobuf:"bytes,1,opt,name=field1,proto3" json:"field1,omitempty" }

It only includes protobuf and json parameters. I need to generate fields with additional parameters, such as "protobuf:"" "json:"" "description:". How should I write it in protoc 3?

I wanna generated "description" parameter because open-api v3 is support annotion in resquest/response body now. so maybe proto3 can support generated this parameter.

can someone suggest me how to do it. thanks.

it would be best if someone can give me an example to guide how to write proto3. very thanks :)

You need to know how to describe proto3 totally and how the plugin works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants