Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cleaner ¶
type Cleaner struct {
// contains filtered or unexported fields
}
func NewCleaner ¶
func NewCleaner(queuer *queue.Queuer, msgRepo *convoy.MessageRepository) *Cleaner
type Producer ¶
func NewProducer ¶
func NewProducer(queuer *queue.Queuer, msgRepo *convoy.MessageRepository, signatureConfig config.SignatureConfiguration) *Producer
type Scheduler ¶ added in v0.1.0
type Scheduler struct {
// contains filtered or unexported fields
}
func NewScheduler ¶ added in v0.1.0
func NewScheduler(queue *queue.Queuer, msgRepo *convoy.MessageRepository) *Scheduler
Click to show internal directories.
Click to hide internal directories.