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 bd8e910..1eb3b18 100644 --- a/http_target.go +++ b/http_target.go @@ -40,6 +40,7 @@ type HttpPreAttackHandler func(rr *RunRequest) type HttpTarget struct { // Name of target, required. Name string + Hint string // Description about what this HTTP target is doing. // ID of target, optional. // If its empty, it will generated using value from Name. |
