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

Struct NameOption

pkg/parquetquery/iters.go:347–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347type NameOption struct {
348 name string
349}
350
351func WithName(name string) NameOption {
352 return NameOption{name}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected