refactor(alerting): Sort alert types alphabetically
This commit is contained in:
		| @ -8,15 +8,15 @@ const ( | |||||||
| 	// TypeCustom is the Type for the custom alerting provider | 	// TypeCustom is the Type for the custom alerting provider | ||||||
| 	TypeCustom Type = "custom" | 	TypeCustom Type = "custom" | ||||||
|  |  | ||||||
| 	// TypeGoogleChat is the Type for the Google chat alerting provider |  | ||||||
| 	TypeGoogleChat Type = "googlechat" |  | ||||||
|  |  | ||||||
| 	// TypeDiscord is the Type for the discord alerting provider | 	// TypeDiscord is the Type for the discord alerting provider | ||||||
| 	TypeDiscord Type = "discord" | 	TypeDiscord Type = "discord" | ||||||
|  |  | ||||||
| 	// TypeEmail is the Type for the email alerting provider | 	// TypeEmail is the Type for the email alerting provider | ||||||
| 	TypeEmail Type = "email" | 	TypeEmail Type = "email" | ||||||
|  |  | ||||||
|  | 	// TypeGoogleChat is the Type for the googlechat alerting provider | ||||||
|  | 	TypeGoogleChat Type = "googlechat" | ||||||
|  |  | ||||||
| 	// TypeMattermost is the Type for the mattermost alerting provider | 	// TypeMattermost is the Type for the mattermost alerting provider | ||||||
| 	TypeMattermost Type = "mattermost" | 	TypeMattermost Type = "mattermost" | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user