We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dda41 commit a037105Copy full SHA for a037105
plugins/amqp/structures.go
@@ -30,7 +30,7 @@ type nativeChannel struct {
30
func (ch *nativeChannel) Ack(tag uint64, multiple bool) error {
31
return nil
32
}
33
-func (ch *nativeChannel) Nack(tag uint64, multiple bool, requeue bool) error {
+func (ch *nativeChannel) Nack(tag uint64, multiple, requeue bool) error {
34
35
36
func (ch *nativeChannel) Reject(tag uint64, requeue bool) error {
0 commit comments