Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudEvent ¶
type CloudEvent struct { Id string `json:"id"` // source holds the // source of the message. Source string `json:"source"` Specversion string `json:"specversion"` Time time.Time `json:"time"` }
func (CloudEvent) AvroRecord ¶
func (CloudEvent) AvroRecord() avrotypegen.RecordInfo
AvroRecord implements the avro.AvroRecord interface.
type Message ¶
type Message struct {
Metadata Metadata
}
func (Message) AvroRecord ¶
func (Message) AvroRecord() avrotypegen.RecordInfo
AvroRecord implements the avro.AvroRecord interface.
type Metadata ¶
type Metadata struct {
CloudEvent CloudEvent
}
func (Metadata) AvroRecord ¶
func (Metadata) AvroRecord() avrotypegen.RecordInfo
AvroRecord implements the avro.AvroRecord interface.
Click to show internal directories.
Click to hide internal directories.