kiotviet #161

Merged
sinhluu merged 5 commits from kiotviet into master 2023-10-20 09:08:41 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 430e07b7d0 - Show all commits

View File

@ -49,3 +49,8 @@ type UpdatePayload struct {
Payload interface{} `json:"payload"` Payload interface{} `json:"payload"`
Opts []*options.UpdateOptions `json:"opts"` Opts []*options.UpdateOptions `json:"opts"`
} }
type WebhookPayloadV2 struct {
Path string `json:"path"` // request URL path from external
Data string `json:"data"` // request body
}