Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionInvocation ¶
type ActionInvocationStatus ¶
type ActionInvocationStatus string
const ( Pending ActionInvocationStatus = "pending" Successful ActionInvocationStatus = "successful" Failed ActionInvocationStatus = "failed" )
type EventResponse ¶
type EventResponse struct {
HttpMetadata common.HttpMetadata
Id string `json:"id,omitempty"`
Source string `json:"source,omitempty"`
Type string `json:"type,omitempty"`
Timestamp string `json:"timestamp,omitempty"`
Version string `json:"version,omitempty"`
Data map[string]interface{} `json:"data,omitempty"`
ActionInvocations []ActionInvocation `json:"action_invocations,omitempty"`
Links map[string]common.Link `json:"_links,omitempty"`
}
type EventTypesRequest ¶ added in v1.2.5
type EventTypesRequest struct {
EventTypes []string `json:"event_types,omitempty"`
}
type EventTypesResponse ¶
type EventTypesResponse struct {
HttpMetadata common.HttpMetadata
EventTypes []WorkflowEventTypes
}
func (*EventTypesResponse) UnmarshalJSON ¶
func (e *EventTypesResponse) UnmarshalJSON(data []byte) error
type SubjectEvent ¶
type SubjectEventsResponse ¶
type SubjectEventsResponse struct {
HttpMetadata common.HttpMetadata
Events []SubjectEvent `json:"data,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.