Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { MessageType MessageType Value interface{} }
Message - message for Kafka
type MessageType ¶
type MessageType int
MessageType - represents type for iota with Create, MultiCreate, Update, Delete operations
const ( // Ping Producer Ping MessageType = iota // CreateJourney - Create Journey via Producer CreateJourney // MultiCreateJourney - Create several Journeys via Producer MultiCreateJourney // UpdateJourney - Update Journey via Producer UpdateJourney // DeleteJourney - Delete Journey via Producer DeleteJourney )
Click to show internal directories.
Click to hide internal directories.