Protoc action
ActionsTags
(2)This actions allow you generate client and server for grpc in pipeline
- name: Genereate code for squzy-storage protofile
uses: PxyUp/[email protected]
with:
path: -I./proto --go_out=plugins=grpc,request_context=true:./generated proto/squzy-storage-proto/v1/service.proto
Supports:
- GRPC client server
- GRPC gateway
- Swagger from protofiles
Protoc action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.