()
| 546 | } |
| 547 | |
| 548 | func (m *Span) GetKind() Span_SpanKind { |
| 549 | if m != nil { |
| 550 | return m.Kind |
| 551 | } |
| 552 | return Span_SPAN_KIND_UNSPECIFIED |
| 553 | } |
| 554 | |
| 555 | func (m *Span) GetStartTimeUnixNano() uint64 { |
| 556 | if m != nil { |
no outgoing calls
no test coverage detected