()
| 72 | } |
| 73 | |
| 74 | func 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 | |
| 84 | func breakingEntry() *chlog.Entry { |
| 85 | return &chlog.Entry{ |
no outgoing calls
no test coverage detected