Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 467 Bytes

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.