aboutsummaryrefslogtreecommitdiff
path: root/websocket_target.go
diff options
context:
space:
mode:
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