package
Version:
v1.8.1
Opens a new window with list of versions in this module.
Published: Sep 23, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DequeueOptions struct {
WaitTimeSeconds int
BatchSize int
DeleteMessage bool
ParseFunc func(body string) (any, error)
}
type QueueMessage[T any] struct {
MessageId string
ReceiptHandle string
Payload T
ReceivedAt time.Time
ApproximateReceiveCount int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.