Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 978 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 978 Bytes

protoc-gen-event

protoc-gen-event is a protoc plugin to make publishing proto-defined events easier.

  • Events are described with proto files
  • Go code representing the events is generated
  • Watermill publication and consumption functions are generated
  • Events can be validated before publication

Installation & usage

Check out the documentation to dig deeper into how to set up and use protoc-gen-event.

Contributions

We encourage and support an active, healthy community of contributors — including you! Details are in the contribution guide and the code of conduct. The maintainers keep an eye on issues and pull requests, but you can also report any negative conduct to [email protected].

Contributors

License

Apache 2.0, see LICENSE.