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

PxyUp/protoc-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protoc actions

This actions allow you generate client and server for grpc in pipeline(to avoid push generated files in repo)

DEMO

How to use

      - name: Genereate code for squzy-storage protofile
        uses: PxyUp/protoc-actions@v3.0.0
        with:
          path: -I./ --go_opt=paths=source_relative --go_out=./generated example/v1/test.proto

Supports:

  • GRPC client server
  • GRPC gateway
  • Swagger from protofiles