We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce7721 commit b8e0b94Copy full SHA for b8e0b94
internal/session/model.go
@@ -80,7 +80,7 @@ type SessionStreamData struct {
80
/* websocket stream message */
81
type StreamMessage struct {
82
Type string `json:"type"`
83
- Data interface{} `json:"data"`
+ Data any `json:"data"`
84
Timestamp time.Time `json:"timestamp"`
85
}
86
0 commit comments