package
6.4.3+incompatible
Repository: https://github.com/chenbh/concourse.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Variables

No description provided by the author

# Structs

Coordinator ensures that the given component is not executed concurrently.
Runner runs a workload periodically, or immediately upon receiving a notification.

# Interfaces

No description provided by the author
Drainable is an optional interface which component runners can implement in order to perform something on shutdown.
No description provided by the author
Runnable represents a workload to execute.
Schedulable represents a workload that is executed normally on a periodic schedule, but can also be run immediately.

# Type aliases

RunFunc turns a simple function into a Runnable.