Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pxyup/protoc-actions
Action for GitHub for generating client, server, grpc gateway and swagger from protofile
https://github.com/pxyup/protoc-actions
action ci golang grpc protobuf
Last synced: 3 months ago
JSON representation
Action for GitHub for generating client, server, grpc gateway and swagger from protofile
- Host: GitHub
- URL: https://github.com/pxyup/protoc-actions
- Owner: PxyUp
- License: mit
- Created: 2019-09-11T18:41:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T21:00:59.000Z (over 3 years ago)
- Last Synced: 2024-10-20T10:13:15.428Z (4 months ago)
- Topics: action, ci, golang, grpc, protobuf
- Language: Dockerfile
- Homepage:
- Size: 35.2 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Protoc actions
This actions allow you generate client and server for grpc in pipeline(to avoid push generated files in repo)
[DEMO](https://github.com/squzy/squzy_proto/blob/test/actio/.github/workflows/lint.yml#L20)
# How to use
```yml
- name: Genereate code for squzy-storage protofile
uses: PxyUp/[email protected]
with:
path: -I./ --go_opt=paths=source_relative --go_out=./generated example/v1/test.proto
```*Supports:*
- GRPC client server
- GRPC gateway
- Swagger from protofiles