Skip to content

Protoc action

Actions
Action for generate from client and server from protofiles
v3.0.0
Latest
Star (14)

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/[email protected]
        with:
          path: -I./ --go_opt=paths=source_relative --go_out=./generated example/v1/test.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.

About

Action for generate from client and server from protofiles
v3.0.0
Latest

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.