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

Cloudevents format v1.0.

Link to this section Summary

Types

t()

Cloudevents format v1.0.

Link to this section Types

Link to this type

t()

View Source
t() :: %Cloudevents.Format.V_1_0.Event{
  data: any() | nil,
  datacontenttype: String.t() | nil,
  extensions: %{optional(String.t()) => any()} | nil,
  id: String.t(),
  raw: any() | nil,
  source: String.t(),
  specversion: String.t(),
  subject: String.t() | nil,
  time: String.t() | nil,
  type: String.t()
}

Cloudevents format v1.0.

Link to this section Functions