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