Getting Started

Install

To be able to use the Go client you will need to install it, you can use the following command to do so:

go get github.com/GreedyKomodoDragon/sybline-go/handler

Once you have installed the package, we recommend you follow the documentation in the following order:

  1. Authentication
  2. Queues
  3. Routing
  4. Publisher
  5. Consumer

Module Set up

The Sybline Go client module expose all of the structs and interfaces that are need to make your own Go client.

Currently we use submodules to make the development of the client easier to manage, this may change if user feedback indicates that it is too annoying to split them up.