Versions in this module Expand all Collapse all v21 v21.11.1 Apr 26, 2022 v21.11.0 Feb 17, 2022 Changes in this version + func AbortJobByID(id string) (xerr fail.Error) + func ListJobs() map[string]string + func NewJob(ctx context.Context, cancel context.CancelFunc, svc iaas.Service, ...) (_ *job, xerr fail.Error) + type Job interface + Abort func() fail.Error + Aborted func() bool + Close func() + Context func() context.Context + Duration func() time.Duration + ID func() string + Name func() string + Service func() iaas.Service + String func() string + Task func() concurrency.Task + Tenant func() string Other modules containing this package github.com/CS-SI/SafeScale