aboutsummaryrefslogtreecommitdiff
path: root/websocket_target.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-21 02:14:04 +0700
committerShulhan <ms@kilabit.info>2022-08-21 02:32:29 +0700
commit6e27a84dba52e68fe7b75df50190934ab96c1946 (patch)
treefbcceae155bb41ff31bfd58e53da9b9183ee4a13 /websocket_target.go
parent644439ff61c46aec81894074203bc7d3c9acc24d (diff)
downloadgorankusu-6e27a84dba52e68fe7b75df50190934ab96c1946.tar.xz
all: reformat with Go 1.19 gofmt
Diffstat (limited to 'websocket_target.go')
-rw-r--r--websocket_target.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/websocket_target.go b/websocket_target.go
index ef2c53c..c275ec3 100644
--- a/websocket_target.go
+++ b/websocket_target.go
@@ -5,15 +5,11 @@ package trunks
import "fmt"
-//
// WebSocketRunHandler define a function type that will be called to run the
// WebSocket target.
-//
type WebSocketRunHandler func(rr *RunRequest) (interface{}, error)
-//
// WebSocketTarget define the target to test WebSocket service.
-//
type WebSocketTarget struct {
Headers KeyFormInput