Versions in this module Expand all Collapse all v0 v0.1.0 Feb 27, 2025 Changes in this version + const HTTPPrefix + const HTTPSPrefix + type Executor interface + Execute func(ctx context.Context, job *model.Job) error + func WithRetry(executor Executor) Executor + type Factory interface + NewExecutor func(job *model.Job, options ...Option) (Executor, error) + func NewFactory(client HttpClient) Factory + type HttpClient interface + Do func(req *http.Request) (*http.Response, error) + type Option func(executor Executor) Executor