Merge branch 'kiotviet' into develop

This commit is contained in:
Sinh 2023-10-06 17:06:36 +07:00
commit 6e29c480c5
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ type CommunicationRequestHttp struct {
ResponseImmediately bool `json:"responseImmediately"`
Authentication string `json:"authentication"`
Payload HttpRequest `json:"payload"`
// collection to store log data, will be prepended with log-, default it stored in logs collections
LogTarget string `json:"logTarget"`
}
// HttpRequest ...