Skip to content

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

License

Notifications You must be signed in to change notification settings

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/[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

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%