api

package
v0.0.0-...-a52e8f6 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PublishEventParametersV1

type PublishEventParametersV1 struct {
	PublishrequestV1 PublishRequestV1 `json:"publishrequest,omitempty"`
}

PublishEventParametersV1 holds parameters to PublishEvent

type PublishRequestV1

type PublishRequestV1 struct {
	EventType        string       `json:"event-type,omitempty"`
	EventTypeVersion string       `json:"event-type-version,omitempty"`
	EventID          string       `json:"event-id,omitempty"`
	EventTime        string       `json:"event-time,omitempty"`
	Data             api.AnyValue `json:"data,omitempty"`
}

PublishRequestV1 implements the service definition of PublishRequestV1

type SendEventParametersV1

type SendEventParametersV1 struct {
	SourceID         string       `json:"source-id,omitempty"`
	EventType        string       `json:"event-type,omitempty"`
	EventTypeVersion string       `json:"event-type-version,omitempty"`
	EventID          string       `json:"event-id,omitempty"`
	EventTime        string       `json:"event-time,omitempty"`
	Data             api.AnyValue `json:"data,omitempty"`
}

SendEventParametersV1 implements the request to the outbound messaging API

Jump to

Keyboard shortcuts

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