Categorygithub.com/faabiosr/proto-nats
modulepackage
0.0.2
Repository: https://github.com/faabiosr/proto-nats.git
Documentation: pkg.go.dev

# README

Proto Nats

Build Status Codecov branch Release GoDoc Go Report Card License Powered By: GoReleaser

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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

QueueSubscriber is the interface generate to communicate with queue broker.