# Functions
JobStatusHandler() returns an `http.Handler` instance that will return a JSON-encoded `JobStatusResponse` for a job identified by a HTTP GET "id" query parameter.
ScheduleJobHandler() returns an `http.Handler` instance that...
# Structs
type JobStatusHandlerOptions defines a struct containing configuration options for the `JobStatusHandler` method.
type ScheduleJobHandlerOptions defines a struct containing configuration options for the `ScheduleJobHandler` method.
No description provided by the author