()
| 62 | } |
| 63 | |
| 64 | func 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 | |
| 74 | func newComponentEntry() *chlog.Entry { |
| 75 | return &chlog.Entry{ |
no outgoing calls
no test coverage detected