mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Update async for CallbackUrl
Signed-off-by: Alex <alexellis2@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user