# README
Proto Nats
Description
proto-nats
provides a plugin for the protoc compiler
. It generates the client and server for working with NATS.
Installation
Download the plugin from the Releases page.
Shell script:
$ curl -Ls https://git.io/proto-nats | bash
Development
Requirements
- Install Go
Makefile
# Build (dev only)
$ make build
# Clean up
$ make clean
# Run tests and generates html coverage file
$ make cover
# Format all go files
$ make fmt
# Pack the template using [Pkger](https://github.com/markbates/pkger)
$ make pack
# Run tests
$ make test
License
This project is released under the MIT licence. See LICENSE for more details.
# Interfaces
QueueSubscriber is the interface generate to communicate with queue broker.