Compare commits
5 Commits
4b728e559d
...
6e29c480c5
Author | SHA1 | Date |
---|---|---|
|
6e29c480c5 | |
|
b3bde5cd09 | |
|
2ba590a0a0 | |
|
b240d7a9d1 | |
|
ba8af50460 |
|
@ -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 ...
|
||||
|
|
Loading…
Reference in New Issue