Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification struct { ID string NotificationType NotificationTypeEnum // TODO: replace with domainName, need to pass by Cadence server DomainID string WorkflowID string RunID string WorkflowType string StartedTimestamp time.Time ClosedTimestamp time.Time SearchAttributes map[string]interface{} Memo map[string]interface{} }
type NotificationTypeEnum ¶
type NotificationTypeEnum string
const ( NotificationTypeWorkflowStarted NotificationTypeEnum = "workflowStarted" NotificationTypeWorkflowClosed NotificationTypeEnum = "workflowClosed" NotificationTypeWorkflowUpsertSearchAttributes NotificationTypeEnum = "upsertSearchAttributes" )
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service represents the cadence notification service. This service hosts background processing for delivering notifications
Click to show internal directories.
Click to hide internal directories.