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

Struct Encoding

tempodb/encoding/unsupported/encoding.go:15–15  ·  tempodb/encoding/unsupported/encoding.go::Encoding

Source from the content-addressed store, hash-verified

13const VersionString = "Unsupported"
14
15type Encoding struct{}
16
17func (v Encoding) Version() string {
18 return VersionString

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected