Compare commits
No commits in common. "0dadf9f683f11fef53360599eea82db65bd6b955" and "850ac484dd2b9b5de2747cc68aae7d81968e657d" have entirely different histories.
0dadf9f683
...
850ac484dd
|
@ -55,8 +55,3 @@ type UpdatePayload struct {
|
|||
Payload interface{} `json:"payload"`
|
||||
Opts []*options.UpdateOptions `json:"opts"`
|
||||
}
|
||||
|
||||
type WebhookPayloadV2 struct {
|
||||
Path string `json:"path"` // request URL path from external
|
||||
Data string `json:"data"` // request body
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue