Compare commits

..

No commits in common. "6e29c480c51b6f550a3616e34362c0de65bc2c76" and "4b728e559ddbc8cc28b9b7fcbbd1b1c8e0f29460" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ 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 ...