package
Version:
v0.0.0-...-1ffe831
Opens a new window with list of versions in this module.
Published: Jun 22, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type KafkaProducer interface {
ProduceMessage(topic string, messageBytes []byte)
}
type Message struct {
ID int64 `db:"id"`
Message string `db:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.