package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: May 14, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
Name string `json:"name"`
Payload Payload `json:"payload"`
}
Event for CheckAwsIntegrationCompleted
New - constructor for creating CheckAwsIntegrationCompleted event
type Payload struct {
Status Status `json:"status"`
RequestID string `json:"requestId"`
}
Payload of the event
Source Files
¶
Click to show internal directories.
Click to hide internal directories.