Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationStatusReport ¶
type NotificationStatusReport struct { Configuration json.RawMessage State string Error string }
NotificationStatusReport represents the response to the notification in bot SYNC and ASYNC flows
func NewNotificationStatusReport ¶
func NewNotificationStatusReport(configuration json.RawMessage, state string, errorMessage string) *NotificationStatusReport
NewNotificationStatusReport is a constructor for NotificationStatusReport
func (*NotificationStatusReport) GetAddress ¶
func (n *NotificationStatusReport) GetAddress() uintptr
GetAddress returns the memory address of the NotificationStatusReport in the form of an uninterpreted type(integer number) Currently, it's used in some formation constraints input templates, so we could propagate the memory address to the formation constraints operators and later on to modify/update it.
Click to show internal directories.
Click to hide internal directories.