Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCtxCanceled error = status.Error( codes.Canceled, "ctx: canceled", ) ErrJobNotFound error = status.Error( codes.NotFound, "job: not found", ) ErrJobExists error = status.Error( codes.AlreadyExists, "job: exists", ) ErrExtensionNotFound error = status.Error( codes.NotFound, "extension: not found", ) ErrExtensionExists error = status.Error( codes.AlreadyExists, "extension: exists", ) ErrExtensionNotSupported error = status.Error( codes.InvalidArgument, "extension: not supported", ) )
Functions ¶
This section is empty.
Types ¶
type Extension ¶
type ExtensionHandler ¶
type ExtensionHandler interface { ServeExtension(w http.ResponseWriter, r *http.Request) Register(w http.ResponseWriter, r *http.Request) }
type ExtensionService ¶
type Job ¶
type JobService ¶
type Metadata ¶
type ProviderFunc ¶
Click to show internal directories.
Click to hide internal directories.