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

Function enhancementEntry

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

Source from the content-addressed store, hash-verified

42}
43
44func enhancementEntry() *chlog.Entry {
45 return &chlog.Entry{
46 ChangeType: chlog.Enhancement,
47 Component: "receiver/foo",
48 Note: "Add some bar",
49 Issues: []int{12345},
50 User: "octocat",
51 }
52}
53
54func bugFixEntry() *chlog.Entry {
55 return &chlog.Entry{

Callers 2

getSampleEntriesFunction · 0.85
TestUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected