mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Add comment
This commit is contained in:
parent
d843b51554
commit
dcf04b251c
|
|
@ -66,6 +66,8 @@ func (o *OutputEvent) AddSpanFromContext(ctx context.Context) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// StartSpanAndReplaceContext produces a context and opentracing span from the
|
||||
// info embedded in OutputEvent
|
||||
func (o *OutputEvent) StartSpanAndReplaceContext(
|
||||
ctx context.Context,
|
||||
) (context.Context, opentracing.Span) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue