()
| 42 | } |
| 43 | |
| 44 | func 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 | |
| 54 | func bugFixEntry() *chlog.Entry { |
| 55 | return &chlog.Entry{ |
no outgoing calls
no test coverage detected