Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TRSKafka ¶
type TRSKafka struct { Client *TRSKafkaClient ConsumerShutdown chan int RcvTopicNames []string Mux sync.Mutex Logger *logrus.Logger }
type TRSKafkaClient ¶
type TRSKafkaClient struct { Producer *kafka.Producer Consumer *TRSKafkaConsumer Logger *logrus.Logger }
Click to show internal directories.
Click to hide internal directories.