statusreport

package
v0.0.0-...-a423d60 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL