Documentation
¶
Overview ¶
Package jobqueueoptions shares option parsing between public and runtime adapters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
Options is the internal representation of parsed enqueue options.
func Parse ¶
func Parse(name string, kwargs map[string]value.Value, budget *capabilitydata.Budget, cloner *capabilitydata.Cloner, validate bool) (Options, error)
Parse retains delay/key checks and clones extra options with the request's memo. The validated mode permits runtime values already checked by the caller.
Click to show internal directories.
Click to hide internal directories.