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

Function newComponentEntry

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

Source from the content-addressed store, hash-verified

72}
73
74func newComponentEntry() *chlog.Entry {
75 return &chlog.Entry{
76 ChangeType: chlog.NewComponent,
77 Component: "exporter/new",
78 Note: "Add new exporter ...",
79 Issues: []int{12349},
80 User: "octocat",
81 }
82}
83
84func breakingEntry() *chlog.Entry {
85 return &chlog.Entry{

Callers 2

getSampleEntriesFunction · 0.85
TestUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected