Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 391 Bytes

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