mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-08 08:12:48 +01:00
feat: improve python actions (#1083)
This commit is contained in:
@@ -21,9 +21,9 @@ import (
|
||||
const webhooksCollection = "webhooks"
|
||||
|
||||
type Webhook struct {
|
||||
ID string `db:"id" json:"id"`
|
||||
Name string `db:"name" json:"name"`
|
||||
Collection string `db:"collection" json:"collection"`
|
||||
ID string `db:"id" json:"id"`
|
||||
Name string `db:"name" json:"name"`
|
||||
Collection string `db:"collection" json:"collection"`
|
||||
Destination string `db:"destination" json:"destination"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user