package notification import ( "git.ctrlz.es/mgdelacroix/birthdaybot/model" ) type NotificationService interface { Notify(*model.Birthday) error }