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 )
func (ProcessingState) String ¶
func (c ProcessingState) String() string
type ProcessingStatus ¶
type ProcessingStatus struct {
State ProcessingState
DropError 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 []*meter.Meter
}
func (SinkMessage) GetDedupeItem ¶
func (m SinkMessage) GetDedupeItem() dedupe.Item
Click to show internal directories.
Click to hide internal directories.