package
Version:
v1.8.13
Opens a new window with list of versions in this module.
Published: Dec 8, 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
}
type GenericDequeueOptions[T any] struct {
WaitTimeSeconds int
BatchSize int
DeleteMessage bool
ParseFunc func(body string) (T, 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.