cloudevents v0.1.0 Cloudevents.Format.V_0_1.Event View Source

Cloudevents format v0.1.

Link to this section Summary

Types

t()

Cloudevents format v0.1.

Link to this section Types

Link to this type

t()

View Source
t() :: %Cloudevents.Format.V_0_1.Event{
  cloud_events_version: String.t(),
  content_type: String.t() | nil,
  data: any() | nil,
  event_id: String.t(),
  event_time: String.t() | nil,
  event_type: String.t(),
  raw: any() | nil,
  source: String.t()
}

Cloudevents format v0.1.