Update async for CallbackUrl

Signed-off-by: Alex <alexellis2@gmail.com>
This commit is contained in:
Alex
2017-08-22 08:39:25 +01:00
committed by Alex Ellis
parent 3031531b3c
commit 2cca166dc0
3 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ type Request struct {
Header http.Header
Body []byte
Method string
CallbackURL *url.URL
QueryString string
Function string
CallbackURL *url.URL `json:"CallbackUrl"`
}
// CanQueueRequests can take on asynchronous requests