Documentation ¶
Index ¶
Constants ¶
View Source
const ( RequestParam = "r1" ResultParam = "r2" )
Variables ¶
This section is empty.
Functions ¶
func DefaultDecorator ¶
Types ¶
type RuntimeReconcilerWithTracing ¶
type RuntimeReconcilerWithTracing struct { wrappers.RuntimeReconciler // contains filtered or unexported fields }
RuntimeReconcilerWithTracing implements wrappers.RuntimeReconciler interface instrumented with opentracing spans
func NewRuntimeReconcilerWithTracing ¶
func NewRuntimeReconcilerWithTracing(base wrappers.RuntimeReconciler, spanDecorator ...func(span trace.Span, params, results map[string]interface{})) RuntimeReconcilerWithTracing
NewRuntimeReconcilerWithTracing returns RuntimeReconcilerWithTracing
Click to show internal directories.
Click to hide internal directories.