package
0.13.0
Repository: https://github.com/timeleaplabs/unchained.git
Documentation: pkg.go.dev

# Functions

New creates a new scheduler service.
NewEvmLog will create a new EvmLog task.
NewUniswap will create a new Uniswap task.
WithEthLogs adds eth logs tasks to the scheduler.
WithUniswapEvents adds uniswap events tasks to the scheduler.

# Structs

EvmLog is a scheduler for EvmLog and keep task's dependencies.
Scheduler represents the scheduler service in the application and handles running tasks in a specific duration..
Uniswap is a scheduler for Uniswap and keep task's dependencies.

# Interfaces

Task represents a task that can be scheduled by the scheduler.