New creates and returns values of the unexported type alertCounter.
(value int)
| 8 | // New creates and returns values of the unexported |
| 9 | // type alertCounter. |
| 10 | func New(value int) alertCounter { |
| 11 | return alertCounter(value) |
| 12 | } |
nothing calls this directly
no test coverage detected