events

package
v0.22.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventsController

type EventsController interface {
	Start(ctx context.Context) error
}

type EventsControllerImpl

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

func (*EventsControllerImpl) Start

func (ec *EventsControllerImpl) Start() (func() error, error)

type EventsControllerOpt

type EventsControllerOpt func(*EventsControllerOpts)

func WithLogger

func WithLogger(l *zerolog.Logger) EventsControllerOpt

func WithMessageQueue added in v0.16.0

func WithMessageQueue(mq msgqueue.MessageQueue) EventsControllerOpt

type EventsControllerOpts

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

Jump to

Keyboard shortcuts

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