Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polarsignals/apis
Protobuf definitions for the Polarsignals APIs
https://github.com/polarsignals/apis
Last synced: 3 days ago
JSON representation
Protobuf definitions for the Polarsignals APIs
- Host: GitHub
- URL: https://github.com/polarsignals/apis
- Owner: polarsignals
- License: apache-2.0
- Created: 2022-07-07T06:44:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T07:42:02.000Z (3 months ago)
- Last Synced: 2024-08-06T14:26:00.816Z (3 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proto
This document describes the tools and workflows necessary to get started working on the Polar Signals' protobuf definitions.
## Prerequisites
We'll need a couple of tools to spin up the dev environment. Make sure they are installed by running the `env-proto.sh` script.
Use `make proto-install` to install necessary 3rd party proto dependencies to generate necessary server and client code.
## Generate
Use `make proto` to generate server-side Go code.