kiotviet #161

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

View File

@ -5,6 +5,9 @@ type CommunicationRequestHttp struct {
ResponseImmediately bool `json:"responseImmediately"` ResponseImmediately bool `json:"responseImmediately"`
Authentication string `json:"authentication"` Authentication string `json:"authentication"`
Payload HttpRequest `json:"payload"` 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 ... // HttpRequest ...