Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ clientImpl
Struct
clientImpl
modules/overrides/userconfigurable/client/client.go:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
type
clientImpl
struct
{
97
rw backend.VersionedReaderWriter
98
}
99
100
var
_ Client = (*clientImpl)(nil)
101
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected