dispatcher

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBDispatcher

type DBDispatcher struct {
	// contains filtered or unexported fields
}

func (*DBDispatcher) Dispatch

func (d *DBDispatcher) Dispatch(ctx context.Context, event *entities.Event) error

type Dispatcher

type Dispatcher interface {
	Dispatch(ctx context.Context, event *entities.Event) error
}

Dispatcher is Event Dispatcher

func NewDispatcher

func NewDispatcher(log *zap.SugaredLogger, queue queue.TaskQueue, db *db.DB) Dispatcher

Jump to

Keyboard shortcuts

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