package
Version:
v1.10.0
Opens a new window with list of versions in this module.
Published: Aug 4, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package integration wires cross-service integrations within cloudmock.
WireIntegrations subscribes to event bus events and routes them to target
services via the registry. This wires up:
- S3 events → SQS (based on event bus subscriptions)
type SQSEnqueuer interface {
EnqueueDirect(queueName, messageBody string) bool
}
SQSEnqueuer is implemented by the SQS service for direct message delivery.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.