mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
added env REQUEST_URL
This commit is contained in:
@@ -17,11 +17,12 @@ import (
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
ID string
|
||||
Ctx context.Context
|
||||
Route *models.Route
|
||||
Payload string
|
||||
Timeout time.Duration
|
||||
ID string
|
||||
Ctx context.Context
|
||||
Route *models.Route
|
||||
Payload string
|
||||
Timeout time.Duration
|
||||
RequestURL string
|
||||
}
|
||||
|
||||
type Runner struct {
|
||||
|
||||
Reference in New Issue
Block a user