Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskScheduler ¶
type TaskScheduler interface { // Start Starts the task scheduler crone Start() // Stop Stops the task scheduler Stop() context.Context }
TaskScheduler Interface for scheduling tasks
func NewTaskScheduler ¶
NewTaskScheduler Creates a new task scheduler
Click to show internal directories.
Click to hide internal directories.