package
0.2.0
Repository: https://github.com/markgemmill/localq.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New will retrieve the queue if the path already exists, or else create a new queue and register it.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:ireturn.
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
MasterQ has two tasks: first, it's a repository of registered task instances; second, it's the primary interface to the file system saving and retrieving of task execution instances.
No description provided by the author
No description provided by the author
No description provided by the author
TaskInstance represents a unique task and is represented on a file system as a directory that contains at least a single json file with that task's execution arguments.
No description provided by the author

# Interfaces

TaskExecutor interface is what must be implemented for loq to register and execute a defined task.

# Type aliases

No description provided by the author