worker

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2021 License: MPL-2.0 Imports: 14 Imported by: 5

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

func (*Cleaner) Start

func (c *Cleaner) Start()

type Producer

type Producer struct {
	Data chan queue.Message
	// contains filtered or unexported fields
}

func NewProducer

func NewProducer(queuer *queue.Queuer, msgRepo *convoy.MessageRepository, signatureHeader config.SignatureHeaderProvider) *Producer

func (*Producer) Close

func (p *Producer) Close() error

func (*Producer) Start

func (p *Producer) Start()

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

func (*Scheduler) Start added in v0.1.0

func (s *Scheduler) Start()

type Worker

type Worker interface {
	Start()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL