Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
aperture

GitHub Action

Protoc action

v2.0.5

Protoc action

aperture

Protoc action

Action for generate from client and server from protofiles

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Protoc action

uses: PxyUp/[email protected]

Learn more about this action in PxyUp/protoc-actions

Choose a version

Protoc actions

This actions allow you generate client and server for grpc

How to use

- name: Genereate code for squzy-storage protofile
  uses: squzy/[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