()
| 857 | } |
| 858 | |
| 859 | func (m *Status) GetCode() Status_StatusCode { |
| 860 | if m != nil { |
| 861 | return m.Code |
| 862 | } |
| 863 | return Status_STATUS_CODE_UNSET |
| 864 | } |
| 865 | |
| 866 | func init() { |
| 867 | proto.RegisterEnum("tempopb.trace.v1.SpanFlags", SpanFlags_name, SpanFlags_value) |
no outgoing calls
no test coverage detected