Skip to content

Commit 9214522

Browse files
committed
BindingEvent: add Mode
1 parent 990ef8f commit 9214522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subscribe.go

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ type BindingEvent struct {
6363
Symbol string `json:"symbol"`
6464
InputType string `json:"input_type"`
6565
} `json:"binding"`
66+
Mode string `json:"mode"`
6667
}
6768

6869
// ShutdownEvent contains the reason for which the IPC connection is about to be

0 commit comments

Comments
 (0)