package
0.0.0-20241126194910-dfaff4b9696b
Repository: https://github.com/ximura/corg.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Completed - task moves to this state when it successfully completes its work.
Failed - task moves to this state when it fails completes its work.
Pending - initial state, every task started as Pending.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Running - task moves to this state when worker successfully starts the task.
Scheduled - task moves to this state, once manager has scheduled it onto worker.
# Structs
No description provided by the author
Docker - encapsulate interaction with docker SDK.
DockerResult - result for start/stop container operations.
Task - orchestrator task description.
TaskEvent - event that used by task system for state transition.