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

Struct writer

tempodb/backend/raw.go:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type writer struct {
82 w RawWriter
83}
84
85// NewWriter returns an object that implements Writer and bridges to a RawWriter
86func NewWriter(w RawWriter) Writer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected