Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 530 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 530 Bytes

Protoc actions

This actions allow you generate client and server for grpc in pipeline(to avoid push generated files in repo)

DEMO

How to use

      - name: Genereate code for squzy-storage protofile
        uses: PxyUp/protoc-actions@v3.0.0
        with:
          path: -I./ --go_opt=paths=source_relative --go_out=./generated example/v1/test.proto

Supports:

  • GRPC client server
  • GRPC gateway
  • Swagger from protofiles