From 6e27a84dba52e68fe7b75df50190934ab96c1946 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 21 Aug 2022 02:14:04 +0700 Subject: all: reformat with Go 1.19 gofmt --- http_target.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'http_target.go') diff --git a/http_target.go b/http_target.go index 99a6965..b209c0d 100644 --- a/http_target.go +++ b/http_target.go @@ -15,22 +15,16 @@ import ( vegeta "github.com/tsenart/vegeta/v12/lib" ) -// // HttpConvertParams is a handler that will be called inside the Run handler // to convert the Params values to type that will be send as request. -// type HttpConvertParams func(target *HttpTarget) (interface{}, error) -// // HttpRunHandler define the function type that will be called when client // send request to run the HTTP target. -// type HttpRunHandler func(rr *RunRequest) (runres *RunResponse, err error) -// // HttpAttackHandler define the function type that will be called when client // send request to attack HTTP target. -// type HttpAttackHandler func(rr *RunRequest) vegeta.Targeter // HttpPreAttackHandler define the function type that will be called before -- cgit v1.3