diff options
Diffstat (limited to 'http_target.go')
| -rw-r--r-- | http_target.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http_target.go b/http_target.go index 154d839..8e42309 100644 --- a/http_target.go +++ b/http_target.go @@ -32,6 +32,7 @@ type HttpAttackHandler func(rr *RunRequest) vegeta.Targeter // the actual Attack being called. type HttpPreAttackHandler func(rr *RunRequest) +// HttpTarget define the HTTP endpoint that can be attached to Trunks. type HttpTarget struct { Params KeyFormInput ConvertParams HttpConvertParams `json:"-"` |
