Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(producerProvider ProducerProvider, fogTopicPrefix string) *Handler
type KeyWrapper ¶
type KeyWrapper struct {
Key string `json:"operator_id"`
}
type ProducerProvider ¶
type ProducerProvider interface {
GetProducer(qos platform_connector_lib.Qos) (producer kafka.ProducerInterface, err error)
}
Click to show internal directories.
Click to hide internal directories.