# Functions
New returns a new runner client.
NewSingleFlight returns a Client that is limited to a single in-flight request to pull items from the queue.
# Constants
V1 is version 1 of the runner API.
# Variables
ErrOptimisticLock is returned by if the struct being modified has a Version field and the value is not equal to the current value in the database.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
An HTTPClient manages communication with the runner API.
SingleFlight wraps a Client and limits to a single in-flight request to pull items from the queue.
# Interfaces
A Client manages communication with the runner.