package
Version:
v0.0.0-...-5dd395e
Opens a new window with list of versions in this module.
Published: Nov 13, 2020
License: BSD-3-Clause
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
¶
type Input struct {
Message MessageData `md:"message"`
}
type MessageData struct {
Expiration int
DeliveryDelay int
Destination string
Content string
}
type Settings struct {
ConnectionRef string `md:"emsConnection,required"`
DestinationType string `md:"destinationType,required"`
DeliveryMode string `md:"deliveryMode,required"`
MessageType string `md:"messageType,required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.