Skip to content

Warning

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

Protoc action

Actions
Action for generate from client and server from protofiles
v2.0.11
Star (14)

Protoc actions

This actions allow you generate client and server for grpc in pipeline

How to use

- 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.

About

Action for generate from client and server from protofiles
v2.0.11

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.