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 IgnoreError(err error) + func InjectPlannedError(in error, calldepth ...int) (err error) + func InjectPlannedFail(in fail.Error, calldepth ...int) fail.Error + func Profile(what string) func() + type Tracer interface + Entering func() Tracer + EnteringMessage func() string + Exiting func() Tracer + ExitingMessage func() string + Stopwatch func() temporal.Stopwatch + Trace func(msg ...interface{}) Tracer + TraceAsError func(msg ...interface{}) Tracer + TraceMessage func(msg ...interface{}) string + WithStopwatch func() Tracer + func NewTracer(task concurrency.Task, enable bool, msg ...interface{}) Tracer Other modules containing this package github.com/CS-SI/SafeScale/v22