func()

in toolkit/log/span.go [79:84]


func (s *otelSpan) End() {
	if !s.IsValid() {
		return
	}
	s.span.End()
}