[Notifications] Support webhook notifications (#6962)

Add webhook notification support
This commit is contained in:
Ibrahim Konsowa
2025-07-10 20:22:05 +04:00
committed by GitHub
parent 804979d68b
commit 93bbaa1fb4
4 changed files with 275 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ import (
_ "github.com/seaweedfs/seaweedfs/weed/notification/google_pub_sub"
_ "github.com/seaweedfs/seaweedfs/weed/notification/kafka"
_ "github.com/seaweedfs/seaweedfs/weed/notification/log"
_ "github.com/seaweedfs/seaweedfs/weed/notification/webhook"
"github.com/seaweedfs/seaweedfs/weed/security"
)