Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TickerImpl ¶
type TickerImpl struct {
// contains filtered or unexported fields
}
func New ¶
func New(fs ...TickerOpt) (*TickerImpl, error)
type TickerOpt ¶
type TickerOpt func(*TickerOpts)
func WithLogger ¶
func WithRepository ¶
func WithRepository(r repository.Repository) TickerOpt
func WithTaskQueue ¶
type TickerOpts ¶
type TickerOpts struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.