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

Method ReadVersioned

tempodb/backend/versioned.go:37–37  ·  view source on GitHub ↗

ReadVersioned data from an object and returns the current version.

(ctx context.Context, name string, keypath KeyPath)

Source from the content-addressed store, hash-verified

35
36 // ReadVersioned data from an object and returns the current version.
37 ReadVersioned(ctx context.Context, name string, keypath KeyPath) (io.ReadCloser, Version, error)
38}
39
40type FakeVersionedReaderWriter struct {

Callers 1

GetMethod · 0.65

Implementers 4

FakeVersionedReaderWritertempodb/backend/versioned.go
Azuretempodb/backend/azure/azure.go
readerWritertempodb/backend/gcs/gcs.go
readerWritertempodb/backend/s3/s3.go

Calls

no outgoing calls

Tested by

no test coverage detected