feat: logic for scripts and webhooks
All checks were successful
build / build (push) Successful in 2m18s

This commit is contained in:
d3m0k1d
2026-02-24 14:41:25 +03:00
parent 4e56d7bb6c
commit b75541af61
3 changed files with 81 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ type Action struct {
Type string `toml:"type"`
Enabled bool `toml:"enabled"`
URL string `toml:"url"`
Method string `toml:"method"`
Headers map[string]string `toml:"headers"`
Body string `toml:"body"`
Email string `toml:"email"`