//
pkg.gl
Category
github.com/babs/rabbitmq-cli-consumer
acknowledger
package
0.0.0-20240731115242-d03d53de0d09
Repository:
https://github.com/babs/rabbitmq-cli-consumer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
78 SLOC
#
Functions
New
New creates new Acknowledger using strict or default behaviour.
NewFromConfig
NewFromConfig creates a new Acknowledger from the given configuration.
#
Structs
Default
Default is an Acknowledger implementation using a configurable default behaviour for script errors.
Strict
Strict is an Acknowledger implementation strictly using the scripts exit code.
#
Interfaces
Acknowledger
Acknowledger does message acknowledgment depending on the scripts exit code.