Skip to content

Commit

Permalink
Add protobuf generator plugin to output openapi spec for resource HTT…
Browse files Browse the repository at this point in the history
…P APIs.
  • Loading branch information
mkeeler committed Sep 21, 2023
1 parent 53fcc5d commit 7270713
Show file tree
Hide file tree
Showing 10 changed files with 10,405 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-support/scripts/devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function proto_tools_install {
install_local_protoc_generator "${SOURCE_DIR}/internal/tools/protoc-gen-consul-rate-limit"

install_local_protoc_generator "${SOURCE_DIR}/internal/resource/protoc-gen-resource-types"
install_local_protoc_generator "${SOURCE_DIR}/internal/resource/protoc-gen-resource-openapi"

return 0
}
Expand Down
Loading

0 comments on commit 7270713

Please sign in to comment.