aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xaapiv1/events.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xaapiv1/events.go')
-rw-r--r--lib/xaapiv1/events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xaapiv1/events.go b/lib/xaapiv1/events.go
index 85dc02a..0ac08e8 100644
--- a/lib/xaapiv1/events.go
+++ b/lib/xaapiv1/events.go
@@ -58,7 +58,7 @@ var EVTAllList = []string{
// EventMsg Event message send over Websocket, data format depend to Type (see DecodeXXX function)
type EventMsg struct {
Time string `json:"time"` // Timestamp
- FromSessionID string `json:"sessionID"` // Session ID of client that emits this event
+ FromSessionID string `json:"sessionID"` // Session ID of client who produce this event
Type string `json:"type"` // Data type
Data interface{} `json:"data"` // Data
}