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

Function deprecationEntry

tools/chloggen/cmd/cmd_test.go:64–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func deprecationEntry() *chlog.Entry {
65 return &chlog.Entry{
66 ChangeType: chlog.Deprecation,
67 Component: "exporter/old",
68 Note: "Deprecate old",
69 Issues: []int{12348},
70 User: "octocat",
71 }
72}
73
74func newComponentEntry() *chlog.Entry {
75 return &chlog.Entry{

Callers 2

getSampleEntriesFunction · 0.85
TestUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected