Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessingState ¶
type ProcessingState int8
const ( OK ProcessingState = iota DROP INVALID )
func (ProcessingState) String ¶
func (c ProcessingState) String() string
type ProcessingStatus ¶
type ProcessingStatus struct { State ProcessingState Error error }
type SinkMessage ¶
type SinkMessage struct { Namespace string KafkaMessage *kafka.Message Serialized *serializer.CloudEventsKafkaPayload Status ProcessingStatus // Meters contains the list of meters this message affects Meters []models.Meter }
Click to show internal directories.
Click to hide internal directories.