Documentation
¶
Index ¶
Constants ¶
View Source
const ( STATUS_CREATED = "created" STATUS_BOOKED = "booked" STATUS_SENT = "sent" STATUS_OPEN = "open" STATUS_FAILED = "failed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status struct { MessageID string `json:"message_id"` // Message ID uuid (string) RequestID string `json:"request_id"` // Requestor reference Status string `json:"status"` Reason string `json:"reason"` Requestor string `json:"requestor"` Timestamp time.Time `json:"timestamp"` // Origin timestamp }
Click to show internal directories.
Click to hide internal directories.