package
2.15.1+incompatible
Repository: https://github.com/jeffail/benthos.git
Documentation: pkg.go.dev
# Variables
Errors for response types.
# Structs
Ack is a response type that indicates the message has reached a destination and can be acknowledged upstream.
Error is a response type that wraps an error, this error will be interpreted as a failed message signal if the error is non-nil, a nil error indicates the message has successfully ended up somewhere and can be acknowledged upstream.
Noack is a response type that indicates the message has failed to reach a destination.
Unack is a response type that indicates the message has reached a destination but should not yet be acknowledged, if possible.