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

Struct Azure

tempodb/backend/azure/azure.go:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36)
37
38type Azure struct {
39 cfg *Config
40 containerClient *container.Client
41 hedgedContainerClient *container.Client
42}
43
44var (
45 _ backend.RawReader = (*Azure)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected