adds tests for journaling sql operations

This commit is contained in:
bergquist
2018-06-16 11:27:04 +02:00
parent c21938d4c4
commit 83a12afc07
4 changed files with 60 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ import (
var (
ErrNotificationFrequencyNotFound = errors.New("Notification frequency not specified")
ErrJournalingNotFound = errors.New("alert notification journaling not found")
)
type AlertNotification struct {