Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvroProducer ¶
type AvroProducer struct {
// contains filtered or unexported fields
}
func NewAvroProducer ¶
func NewAvroProducer(outputChannel chan []byte, marshaller Marshaller) *AvroProducer
NewAvroProducer returns a new instance of AvroProducer.
func (*AvroProducer) InteractiveUploaded ¶
func (producer *AvroProducer) InteractiveUploaded(event *InteractiveUploaded) error
InteractiveUploaded produces a new InteractiveUploaded event.
type InteractiveUploaded ¶
type Marshaller ¶
Marshaller marshals events into messages.
Click to show internal directories.
Click to hide internal directories.