# Functions
DefaultConfig returns the default configuration.
NewAllocRunner is used to create a new allocation context.
NewClient is used to create a new client from the given configuration.
No description provided by the author
NewTaskRunner is used to create a new task context.
# Structs
AllocRunner is used to wrap an allocation and provide the execution context.
Client is used to implement the client interaction with Nomad.
No description provided by the author
TaskRunner is used to wrap a task within an allocation and provide the execution context.
# Type aliases
AllocStateUpdater is used to update the status of an allocation.
TaskStateUpdater is used to signal that tasks state has changed.