ticker

package
v0.3.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ticker

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

type TickerImpl

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

func New

func New(fs ...TickerOpt) (*TickerImpl, error)

func (*TickerImpl) Start

func (t *TickerImpl) Start(ctx context.Context) error

type TickerOpt

type TickerOpt func(*TickerOpts)

func WithLogger

func WithLogger(l *zerolog.Logger) TickerOpt

func WithRepository

func WithRepository(r repository.Repository) TickerOpt

func WithTaskQueue

func WithTaskQueue(tq taskqueue.TaskQueue) TickerOpt

type TickerOpts

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

Jump to

Keyboard shortcuts

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