Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Aug 25, 2019
1 parent 6f6e3b1 commit fea494f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ and exchanges, inspect broker.
* [Type reference](#type-reference)
* [Exchange type](#exchange-type)
* [Queue type](#queue-type)
* [Binding type](#binding-type)
* [Build from source](#build-from-source)
* [Download and build using go get](#download-and-build-using-go-get)
* [Build using Makefile and running tests](#build-using-makefile-and-running-tests)
* [Test data generator](#test-data-generator)
* [Contributing](#contributing)
* [Author](#author)
Expand Down Expand Up @@ -636,7 +640,8 @@ type Queue struct {
Consumers int
IdleSince string
Memory int
}```
}
```

The `Queue` type provides the following methods:
* `func (s Queue) HasDlx() bool` - return true if queue has an associated DLX.
Expand Down

0 comments on commit fea494f

Please sign in to comment.