update lint rules and fix some warnings

This commit is contained in:
Nicola Murino
2021-11-27 17:04:13 +01:00
parent 18ab757216
commit 3e478f42ea
9 changed files with 34 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ import (
// RetentionCheckNotification defines the supported notification methods for a retention check result
type RetentionCheckNotification = string
// Supported notification methods
const (
// notify results using the defined "data_retention_hook"
RetentionCheckNotificationHook = "Hook"