From 7ca04165e4f1a653a26a3b6c51e9e8c676383877 Mon Sep 17 00:00:00 2001 From: EZ4Jam1n <1286884552@qq.com> Date: Sat, 13 Jul 2024 17:12:35 +0800 Subject: [PATCH] feat: protoc-gen-http-swagger plugin --- .gitmodules | 3 +++ hertz/protoc-gen-http-swagger | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 hertz/protoc-gen-http-swagger diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..58128be --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hertz/protoc-gen-http-swagger"] + path = hertz/protoc-gen-http-swagger + url = https://github.com/EZ4Jam1n/protoc-gen-http-swagger.git diff --git a/hertz/protoc-gen-http-swagger b/hertz/protoc-gen-http-swagger new file mode 160000 index 0000000..70ec4b0 --- /dev/null +++ b/hertz/protoc-gen-http-swagger @@ -0,0 +1 @@ +Subproject commit 70ec4b0087435f483dc418b4075043f370ed5428