Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogWrapper ¶
type LogWrapper struct {
Opts clients.CommonOpts
Log logrus.FieldLogger
}
func (*LogWrapper) Wrap ¶
func (l *LogWrapper) Wrap(wf pipeline.StepWalkFunc) pipeline.StepWalkFunc
type TraceWrapper ¶
type TraceWrapper struct {
Opts clients.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.