Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CMDGenerator ¶ added in v1.39.0
type CMDGenerator struct { Producer KafkaProducer Marshaller GenerateDownloadsEvent }
Generator kicks off a full dataset version download task
type CantabularGenerator ¶ added in v1.39.0
type CantabularGenerator struct { Producer KafkaProducer Marshaller GenerateDownloadsEvent }
Generator kicks off a full dataset version download task
type CantabularGeneratorDownloads ¶ added in v1.42.0
type GenerateDownloads ¶ added in v1.42.0
type GenerateDownloadsEvent ¶
GenerateDownloadsEvent marshal the event into avro format
type GeneratorError ¶
type GeneratorError struct {
// contains filtered or unexported fields
}
GeneratorError is a wrapper for errors returned from the Generator
func (GeneratorError) Error ¶
func (genErr GeneratorError) Error() string
Error return details about the error
type KafkaProducer ¶
type KafkaProducer interface {
Output() chan []byte
}
KafkaProducer sends an outbound kafka message
Click to show internal directories.
Click to hide internal directories.