Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogWrapper ¶
type LogWrapper struct { Opts pipeline.CommonOpts Log *logrus.Logger }
func (*LogWrapper) Wrap ¶
func (l *LogWrapper) Wrap(wf pipeline.StepWalkFunc) pipeline.StepWalkFunc
type TraceWrapper ¶
type TraceWrapper struct { Opts pipeline.CommonOpts Tracer opentracing.Tracer }
func (*TraceWrapper) Wrap ¶
func (l *TraceWrapper) Wrap(wf pipeline.StepWalkFunc) pipeline.StepWalkFunc
Click to show internal directories.
Click to hide internal directories.