scheduler

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scheduler

type Scheduler struct {
	Logger logr.Logger
	// contains filtered or unexported fields
}

func NewScheduler

func NewScheduler(l logr.Logger) *Scheduler

func (*Scheduler) AddTask

func (s *Scheduler) AddTask(key string, schedule string, action func()) error

func (*Scheduler) RemoveTask

func (s *Scheduler) RemoveTask(key string)

func (*Scheduler) Start

func (s *Scheduler) Start()

func (*Scheduler) Stop

func (s *Scheduler) Stop()

func (*Scheduler) UpdateTask

func (s *Scheduler) UpdateTask(key string, schedule string, action func()) error

type Task

type Task struct {
	ID       cron.EntryID
	Schedule string
	Action   func()
}

Jump to

Keyboard shortcuts

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