8 lines
140 B
Go
8 lines
140 B
Go
package structs
|
|
|
|
type WebhookJob struct {
|
|
TargetURL string
|
|
Method string
|
|
Headers map[string][]string
|
|
Payload []byte
|
|
} |