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

Struct testExtension

modules/overrides/extension_test.go:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540var _ Extension = (*testExtension)(nil)
541
542type testExtension struct {
543 FieldA string `yaml:"field_a" json:"field_a"`
544 FieldB *int `yaml:"field_b" json:"field_b"`
545}
546
547func (t *testExtension) Key() string { return "test_extension" }
548

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected