Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type AnyValue interface + type Error struct + Details []ErrorDetail + Message string + MoreInfo string + Status int + Type string + type ErrorDetail struct + Field string + Message string + MoreInfo string + Type string + type EventSource struct + SourceEnvironment string + SourceNamespace string + SourceType string + type PublishEventParameters struct + Publishrequest PublishRequest + type PublishEventResponses struct + Error *Error + Ok *PublishResponse + type PublishRequest struct + Data AnyValue + EventId string + EventTime string + EventType string + EventTypeVersion string + type PublishResponse struct + EventId string + type SendEventParameters struct + Data AnyValue + EventId string + EventTime string + EventType string + EventTypeVersion string + Eventsource EventSource + type SendEventResponse PublishEventResponses