()
| 609 | } |
| 610 | |
| 611 | func (m *Span) GetStatus() *Status { |
| 612 | if m != nil { |
| 613 | return m.Status |
| 614 | } |
| 615 | return nil |
| 616 | } |
| 617 | |
| 618 | // Event is a time-stamped annotation of the span, consisting of user-supplied |
| 619 | // text description and key-value pairs. |
no outgoing calls