Init commit, base struct and redis connection
This commit is contained in:
8
structs/request.go
Normal file
8
structs/request.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package structs
|
||||
|
||||
type WebhookJob struct {
|
||||
TargetURL string
|
||||
Method string
|
||||
Headers map[string][]string
|
||||
Payload []byte
|
||||
}
|
||||
Reference in New Issue
Block a user