openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
19 stars 14 forks source link

chore: add Go source code generation plugins for local development #5

Closed jon-whit closed 2 years ago

jon-whit commented 2 years ago

Description

These changes introduce Go source code generation plugins to the buf.gen.yaml file so that developers can build the sources from the protobufs for development and testing. Any source code generated from the protobufs is ignored in the .gitignore file because the goal is to import the generated sources from the Buf Remote Registry instead. This is just to assist with local development workflows where you want to test protobuf changes before publishing a new version.

Review Checklist