package
0.0.0-20230228225139-6f34b335e0a4
Repository: https://github.com/diffeo/go-coordinate.git
Documentation: pkg.go.dev
# Constants
Available work units can be returned by the get_work call.
Failed work units have completed unsuccessfully.
Finished work units have completed successfully.
Paused indicates a work spec is paused.
Pending work units have been returned by the get_work call, and have not yet been completed.
Runnable indicates a work spec is not paused.
# Structs
ControlWorkSpecOptions defines the list of actions ControlWorkSpec can take.
DelWorkUnitsOptions specifies the options for DelWorkUnits.
GetWorkOptions contains mapped options for the GetWork() call.
GetWorkUnitsOptions contains unmarshaled options for GetWorkUnits().
JobServer is a network-accessible interface to Coordinate.
ListWorkSpecsOptions contains options to the ListWorkSpecs call.
PrioritizeWorkUnitsOptions specifies which work units PrioritizeWorkUnits should adjust and how.
UpdateWorkUnitOptions holds the possible options to the UpdateWorkUnit call.
# Type aliases
WorkSpecStatus is a value passed as a "status" option to ControlWorkSpec().
WorkUnitStatus is one of the possible work unit states supported by the Python Coordinate server.