Documentation ¶ Index ¶ func NewProducer() service.Service type Producer func (r *Producer) Close() func (r *Producer) Name() string func (r *Producer) Reload() func (r *Producer) SendAll(table string, data []byte) bool func (r *Producer) Start() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewProducer ¶ func NewProducer() service.Service Types ¶ type Producer ¶ type Producer struct { service.Service AccessLogProducer sarama.AsyncProducer // contains filtered or unexported fields } func (*Producer) Close ¶ func (r *Producer) Close() func (*Producer) Name ¶ func (r *Producer) Name() string func (*Producer) Reload ¶ func (r *Producer) Reload() func (*Producer) SendAll ¶ func (r *Producer) SendAll(table string, data []byte) bool func (*Producer) Start ¶ func (r *Producer) Start() Source Files ¶ View all Source files config.go entry.go producer.go Click to show internal directories. Click to hide internal directories.