added env REQUEST_URL

This commit is contained in:
Pedro Nasser
2016-08-15 23:37:30 -03:00
parent ddc34e7699
commit 06c3bb3949
3 changed files with 14 additions and 11 deletions

View File

@@ -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 {