Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllTasks map[string]Worker
Functions ¶
This section is empty.
Types ¶
type KafkaScaleConsumer ¶
type KafkaScaleConsumer struct {
// contains filtered or unexported fields
}
func NewKafkaScaleConsumer ¶
func (KafkaScaleConsumer) Consume ¶
func (c KafkaScaleConsumer) Consume()
type KafkaScaleProducer ¶
type KafkaScaleProducer struct {
// contains filtered or unexported fields
}
func NewKafkaScaleProducer ¶
func (KafkaScaleProducer) Produce ¶
func (p KafkaScaleProducer) Produce()
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func (Worker) GetTaskName ¶
func (Worker) StopAndClean ¶
func (w Worker) StopAndClean()
Click to show internal directories.
Click to hide internal directories.