package
0.0.0-20250102170658-dbc239fdba70
Repository: https://github.com/hanshal101/core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

this is the manager model it will take all the requests from the api in a form of queue(FIFO) then two in-memory DB for storing the task and their events to make sure the manager knows all the workers in the cluster, hence storing it in an array mapping tasks to make the life of the manager easier for locating the task and managing their lifecycle.