MCPcopy
hub / github.com/grafana/tempo / GetVersion

Method GetVersion

tempodb/backend/v1.pb.go:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81var xxx_messageInfo_BlockMeta proto.InternalMessageInfo
82
83func (m *BlockMeta) GetVersion() string {
84 if m != nil {
85 return m.Version
86 }
87 return ""
88}
89
90func (m *BlockMeta) GetTenantID() string {
91 if m != nil {

Calls

no outgoing calls