From 7ffe9402db704f2480828238269ac2e0789e6b04 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Fri, 8 Apr 2022 19:11:27 +0300 Subject: [PATCH] Add micro Registered Extension Number (#9767) unistack-org/micro (microservices framework) uses protoc-gen-go-micro generator that has extension support for additional framework related options. It is currently not using any registered extension number, so i want to stabilise this and i think that this is a good thing. See here for an example of the extenstion in action. Co-authored-by: Adam Cozzette --- docs/options.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index fd99f600ea..9b3fb8ec39 100644 --- a/docs/options.md +++ b/docs/options.md @@ -308,8 +308,11 @@ with info about your project (name and website) so we can add an entry for you. 1. Protoc-gen-fieldmask * Website: https://github.com/yeqown/protoc-gen-fieldmask * Extension: 1142 - + 1. Google Gnostic * Website: https://github.com/google/gnostic * Extension: 1143 +1. Protoc-gen-go-micro + * Website: https://github.com/unistack-org/protoc-gen-go-micro + * Extension: 1144 \ No newline at end of file