package notifications import ( "context" "github.com/tech/sendico/pkg/model" ) type NResultHandler = func(context.Context, *model.NotificationResult) error