diff options
Diffstat (limited to 'websocket_target.go')
| -rw-r--r-- | websocket_target.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/websocket_target.go b/websocket_target.go index 88bab36..5ef7a6d 100644 --- a/websocket_target.go +++ b/websocket_target.go @@ -18,6 +18,7 @@ type WebSocketRunHandler func(rr *RunRequest) (interface{}, error) type WebSocketTarget struct { // Name of target, required. Name string + Hint string // Description about what this WebSocket target is doing. // ID of target, optional. // If its empty, it will generated by normalized the value of Name. |
