Documentation ¶
Index ¶
Constants ¶
View Source
const (
SQSQueuePrefix = "eb-listener"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Version string `json:"version"` ID string `json:"id"` DetailType string `json:"detail-type"` Source string `json:"source"` Account string `json:"account"` Time time.Time `json:"time"` Region string `json:"region"` Resources []interface{} `json:"resources"` Detail json.RawMessage `json:"detail"` }
Click to show internal directories.
Click to hide internal directories.