Skip to content

caramis/protoc-multi-language-actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protoc actions

This actions allow you generate client and server for grpc

How to use

- name: Genereate code for squzy-storage protofile
  uses: squzy/protoc-actions@v2.0.9
  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

About

Action for GitHub for generating client, server, grpc gateway and swagger from protofile

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 97.8%
  • Shell 2.2%