# Functions
HandleRequest returns a NATS subscription target that calls the provided request handler in a new goroutine if the NATS message payload can be parsed into the specified request type, and responds to the client appropriately.
No description provided by the author
UnmarshalResponse parses a response received from the job server, either into a result of the specified type, or as an error; depending on the response's structure.
# Structs
No description provided by the author
No description provided by the author
Graph keeps track of a directed acyclic graph.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author