package alert // Feedback represents user provided information about a given alert type Feedback struct { ID int NoiseReason string }