queue

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2023 License: Apache-2.0, MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IManager

type IManager interface {
	QueueContent(contID uint64, tx *gorm.DB) error
	DealComplete(contID uint64, tx *gorm.DB)
	MadeOneDeal(contID uint64, tx *gorm.DB) error
	DealFailed(contID uint64, tx *gorm.DB)
	DealCheckComplete(contID uint64, dealsToBeMade int, tx *gorm.DB)
	DealCheckFailed(contID uint64, tx *gorm.DB)
}

func NewManager

func NewManager(cfg *config.Estuary, log *zap.SugaredLogger) IManager

Jump to

Keyboard shortcuts

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