We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990ef8f commit 9214522Copy full SHA for 9214522
subscribe.go
@@ -63,6 +63,7 @@ type BindingEvent struct {
63
Symbol string `json:"symbol"`
64
InputType string `json:"input_type"`
65
} `json:"binding"`
66
+ Mode string `json:"mode"`
67
}
68
69
// ShutdownEvent contains the reason for which the IPC connection is about to be
0 commit comments