Versions in this module Expand all Collapse all v1 v1.0.0 Apr 20, 2023 Changes in this version + func Client(c *sqs.SQS) broker.Option + func DeduplicationFunction(dedup StringFromMessageFunc) broker.Option + func GroupIDFunction(groupfunc StringFromMessageFunc) broker.Option + func MaxReceiveMessages(max int64) broker.SubscribeOption + func NewBroker(opts ...broker.Option) broker.Broker + func VisibilityTimeout(seconds int64) broker.SubscribeOption + func WaitTimeSeconds(seconds int64) broker.SubscribeOption + type StringFromMessageFunc func(m *broker.Message) string